This website requires JavaScript.
Explore
Help
Sign In
martin
/
TinyAdventure
Watch
1
Star
0
Fork
You've already forked TinyAdventure
0
Code
Issues
9
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
main
TinyAdventure
/
ui
/
item_stack.gd
6 lines
82 B
GDScript
Raw
Permalink
Normal View
History
Unescape
Escape
Refactored inventory such that it can handle stacked items.
2024-09-06 12:34:18 +02:00
class_name
ItemStack
extends
Node
Added loading/saving of built structures.
2024-10-18 12:01:15 +02:00
var
item
:
ItemResource
=
null
Loading and saving of ItemStack based inventory works.
2024-09-08 10:54:39 +02:00
var
count
:
int
=
0