Player now comes up from the bottom of the screen on a new game.

This commit is contained in:
Henry 2025-12-20 19:37:32 +00:00
parent dec3cbe595
commit 099440d27f
3 changed files with 20 additions and 13 deletions

View file

@ -46,8 +46,8 @@ func _on_player_died():
func new_game():
Global.score = 0
EventBus.initialize_shieldbar.emit()
$CanvasLayer/UI.update_score(Global.score)
$Player.start()
$CanvasLayer/UI.update_score(Global.score)
spawn_enemies()
playing = true