2022 demo

This commit is contained in:
pennyrigate 2022-12-31 21:47:38 -05:00
parent c60375cb98
commit 4727fb0f55
41 changed files with 761 additions and 68 deletions

4
maps/demo_end.gd Normal file
View file

@ -0,0 +1,4 @@
extends Node2D
func _ready():
$Score.text = str(Game.high_score)