mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
Changed window dialog types
- Changed the window dialog types to so they can be exited upon just by pressing "Ok" - Settings shell command has been simplfied so typing "settings" will show the setting window, as oppose to the button. - Renamed cmd_interface to shell_interface - Tweaked the about text
This commit is contained in:
parent
05b137616c
commit
602e6b0a45
4 changed files with 30 additions and 34 deletions
|
@ -38,7 +38,7 @@ animations = [ {
|
|||
"speed": 4.0
|
||||
} ]
|
||||
|
||||
[node name="Zack" type="Node2D" index="0"]
|
||||
[node name="Zack" type="Node2D"]
|
||||
|
||||
[node name="Base" type="Sprite" parent="." index="0"]
|
||||
|
||||
|
@ -53,7 +53,7 @@ __meta__ = {
|
|||
position = Vector2( 109.519, 255.9 )
|
||||
frames = SubResource( 1 )
|
||||
animation = "default"
|
||||
frame = 3
|
||||
frame = 1
|
||||
playing = true
|
||||
|
||||
[node name="Mouth" type="AnimatedSprite" parent="." index="2"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue