Fix builds

This commit is contained in:
Layla 2020-10-26 01:00:16 -04:00
parent e3358f6dd1
commit 7e361f6758
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31
3 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,7 @@
[node name="Player" type="KinematicBody2D"]
script = ExtResource( 3 )
creatureName = "Player"
[node name="Sprite" type="Sprite" parent="."]
material = ExtResource( 2 )

View File

@ -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"

View File

@ -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 )]