Begin UI refactor

This commit is contained in:
2026-01-09 20:52:47 -06:00
parent e7f55fd731
commit bcf5249067
16 changed files with 92 additions and 50 deletions

View File

@@ -20,7 +20,7 @@ func _enter_tree() -> void:
btnBattle.pressed.connect(onBattlePressed)
if btnCooking:
btnCooking.pressed.connect(onCookingPressed)
isClosed = false
isClosed = true
func _exit_tree() -> void:
if btnInitial: