1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 08:34:43 -04:00

New title! Finally.

- Changing Nathan to a fennec, starting with the ears.
- Cleaned up README
This commit is contained in:
Anthony Wilcox 2019-05-01 00:56:33 -04:00
parent 782361dc0b
commit 05cc47e9d9
9 changed files with 186 additions and 144 deletions

View file

@ -7,33 +7,25 @@
[ext_resource path="res://scn/ClassicClothes.tscn" type="PackedScene" id=5]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=6]
[node name="GameScreen" type="Node" index="0"]
[node name="GameScreen" type="Node"]
script = ExtResource( 1 )
[node name="Background" type="Sprite" parent="." index="0"]
[node name="Background" type="Sprite" parent="."]
position = Vector2( 400, 277 )
texture = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="Lights" type="Sprite" parent="." index="1"]
[node name="Lights" type="Sprite" parent="."]
position = Vector2( 477.823, 100.811 )
texture = ExtResource( 3 )
_sections_unfolded = [ "Z Index" ]
__meta__ = {
"_edit_lock_": true
}
[node name="Nathan" parent="." index="2" instance=ExtResource( 4 )]
[node name="Clothes" parent="." index="3" instance=ExtResource( 5 )]
[node name="WinDialogs" parent="." index="4" instance=ExtResource( 6 )]
[node name="Nathan" parent="." instance=ExtResource( 4 )]
[node name="Clothes" parent="." instance=ExtResource( 5 )]
[node name="WinDialogs" parent="." instance=ExtResource( 6 )]