forked from team-sg/hero-mark-2
2022 demo
This commit is contained in:
parent
c60375cb98
commit
4727fb0f55
41 changed files with 761 additions and 68 deletions
4
maps/demo_end.gd
Normal file
4
maps/demo_end.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends Node2D
|
||||
|
||||
func _ready():
|
||||
$Score.text = str(Game.high_score)
|
Loading…
Add table
Add a link
Reference in a new issue