miawwwww its epic

This commit is contained in:
Tabby 2026-01-14 22:15:18 +11:00
parent af8662fd6a
commit f510a916f7
21 changed files with 400 additions and 16 deletions

View file

@ -52,3 +52,8 @@ func filled_slots() -> int:
if slot.item:
count += 1
return count
func empty_grid():
for slot in slots:
slot.item = null
slot.update_ui()