Improved graphics. Added game over scene

This commit is contained in:
2024-05-05 13:42:51 +01:00
parent 5a40233292
commit fef3ae9d8e
24 changed files with 392 additions and 48 deletions

4
EventBus.gd Normal file
View File

@@ -0,0 +1,4 @@
extends Node
signal update_score(score : int)
signal update_highscore(score : int)