Added shoot-to-start game code, re-ordered starting sequence using
"playing" variable.
This commit is contained in:
parent
099440d27f
commit
ec7a84c252
4 changed files with 33 additions and 11 deletions
|
|
@ -59,8 +59,8 @@ centered = false
|
|||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 240, 320)
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_0xm2m")]
|
||||
position = Vector2(123, 272)
|
||||
[node name="Player" parent="." groups=["ship"] instance=ExtResource("2_0xm2m")]
|
||||
position = Vector2(123, 254)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue