From 7e361f6758a3cca178799433ac54a97c13c75815 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Mon, 26 Oct 2020 01:00:16 -0400 Subject: [PATCH] Fix builds --- nodes/Player.tscn | 1 + project.godot | 2 +- scenes/GameWorld.tscn | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/Player.tscn b/nodes/Player.tscn index a20dfe4..fae80dc 100644 --- a/nodes/Player.tscn +++ b/nodes/Player.tscn @@ -6,6 +6,7 @@ [node name="Player" type="KinematicBody2D"] script = ExtResource( 3 ) +creatureName = "Player" [node name="Sprite" type="Sprite" parent="."] material = ExtResource( 2 ) diff --git a/project.godot b/project.godot index 49bb7e6..9eeeb71 100644 --- a/project.godot +++ b/project.godot @@ -15,7 +15,7 @@ _global_script_class_icons={ [application] -config/name="Dungeon Crawler Demo" +config/name="godot-csharp-example" run/main_scene="res://scenes/GameWorld.tscn" config/icon="res://icon.png" diff --git a/scenes/GameWorld.tscn b/scenes/GameWorld.tscn index 405be40..713d42e 100644 --- a/scenes/GameWorld.tscn +++ b/scenes/GameWorld.tscn @@ -42,7 +42,6 @@ format = 1 tile_data = PoolIntArray( -131077, 0, 0, -196605, 0, 0, 131067, 0, 0, 65539, 0, 0 ) [node name="Player" parent="." instance=ExtResource( 1 )] -creatureName = "Player" [node name="PlayerGui" parent="." instance=ExtResource( 2 )]