├── .fscache ├── LICENSE.md ├── README.md ├── bag.xml ├── demo.xml ├── engine.cfg ├── gobotgen.gd ├── icon.png ├── icon.png.flags ├── inventory.gd ├── item_database.gd ├── items.png └── object_stack.gd /.fscache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/.fscache -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/README.md -------------------------------------------------------------------------------- /bag.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/bag.xml -------------------------------------------------------------------------------- /demo.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/demo.xml -------------------------------------------------------------------------------- /engine.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/engine.cfg -------------------------------------------------------------------------------- /gobotgen.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/gobotgen.gd -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/icon.png -------------------------------------------------------------------------------- /icon.png.flags: -------------------------------------------------------------------------------- 1 | gen_mipmaps=false 2 | -------------------------------------------------------------------------------- /inventory.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/inventory.gd -------------------------------------------------------------------------------- /item_database.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/item_database.gd -------------------------------------------------------------------------------- /items.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/items.png -------------------------------------------------------------------------------- /object_stack.gd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RodZill4/godot_inventory/HEAD/object_stack.gd --------------------------------------------------------------------------------