Converted .wav files to .mp3 for greater mobile compatability. Disabled

all inputs upon game over.
This commit is contained in:
Henry 2026-03-11 11:28:16 +00:00
parent a1838c3648
commit c378433086
40 changed files with 322 additions and 26 deletions

View file

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