Godot upload

This commit is contained in:
csd4ni3l
2026-02-28 13:55:12 +01:00
commit 738a94093a
94 changed files with 1902 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
extends TextureButton
func _pressed() -> void:
if Globals.coins >= Globals.TOUCAN_PRICE * (Globals.toucan_upgrades + 1):
Globals.coins -= Globals.TOUCAN_PRICE * (Globals.toucan_upgrades + 1)
Globals.toucan_upgrades += 1