summaryrefslogtreecommitdiff
path: root/scenes/item/inventory.gd
diff options
context:
space:
mode:
authorRadio <radiohotline@disroot.org>2026-06-04 15:15:11 +0300
committerRadio <radiohotline@disroot.org>2026-06-04 15:15:11 +0300
commit9d74b49ab62908d4acf53dde444413886b8b28e5 (patch)
tree0cb785267ea7e239b19d88684c0d64b9bd5d52f0 /scenes/item/inventory.gd
parent2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (diff)
escoria setup and old branch archives
Diffstat (limited to 'scenes/item/inventory.gd')
-rw-r--r--scenes/item/inventory.gd12
1 files changed, 0 insertions, 12 deletions
diff --git a/scenes/item/inventory.gd b/scenes/item/inventory.gd
deleted file mode 100644
index 84bf1e2..0000000
--- a/scenes/item/inventory.gd
+++ /dev/null
@@ -1,12 +0,0 @@
-extends Node
-
-var inventory = {}
-
-# structure
-# item, dictionary of:
-# prop 1
-# prop 2 etc...
-# inventory, dictionary of dictionaries with value used
-# inventory items have a used property
-# on scene load, if item exists in inventory, do not spawn
-# once item is expended, used is true, then the item also does not spawn