Improved graphics. Added game over scene
This commit is contained in:
4
EventBus.gd
Normal file
4
EventBus.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Node
|
||||
|
||||
signal update_score(score : int)
|
||||
signal update_highscore(score : int)
|
||||
Reference in New Issue
Block a user