Converted .wav files to .mp3 for greater mobile compatability. Disabled
all inputs upon game over.
This commit is contained in:
parent
a1838c3648
commit
c378433086
40 changed files with 322 additions and 26 deletions
|
|
@ -63,7 +63,7 @@ func spawn_enemies():
|
|||
t.position = Vector2(screensize.x / 2, position.y + 125)
|
||||
#await get_tree().create_timer(1.5).timeout
|
||||
var ts = t.get_child(2)
|
||||
await get_tree().create_timer(.9).timeout
|
||||
await get_tree().create_timer(4).timeout
|
||||
ts.play()
|
||||
ts = t.get_child(0)
|
||||
ts.frame = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue