miawwwww its epic
This commit is contained in:
parent
af8662fd6a
commit
f510a916f7
21 changed files with 400 additions and 16 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue