various updates

This commit is contained in:
Tabby 2025-05-23 21:36:52 +10:00
parent 8d6da7bf7e
commit 43b52fcea9
17 changed files with 244 additions and 109 deletions

View file

@ -115,12 +115,14 @@ func rec_channel_lose():
func game_over_gg():
zoom_in()
GameManager.send_game_over()
if gameplay:
game_over_score.text = str(score)
gameplay = false
main_channel.end_channel()
for channel in outer_channels:
channel.make_offline()
game_over_screen.show()
game_over_score.text = str(score)
func _on_play_again_button_pressed() -> void: