add canopy

This commit is contained in:
pennyrigate 2023-01-18 16:22:22 -05:00
parent ade77af031
commit f55658743a
10 changed files with 221 additions and 0 deletions

View file

@ -127,6 +127,10 @@ func freeze_frame(time):
timer.connect("timeout", get_tree(), "set_pause", [false])
return timer
#Check if 100%ed
func has_collection_bonus():
return Game.shards == 5 && Game.golds == 50
func _process(delta):
if Debug.entry == false:
#CRT FILTER