diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-03 08:43:55 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-03 08:43:55 -0500 |
commit | 00c312051599729074ff3584a0528c1883e1ff42 (patch) | |
tree | 1778fa2382922d7ef50b787e444946a640e9033a /config/items.xml | |
parent | f00c4bb6b0c4dc1cf2f0c122a4748288ac6ab1a5 (diff) | |
parent | 7ab072caaaec09720ad79cfed5738e89bc60c44f (diff) |
Mouse
Diffstat (limited to 'config/items.xml')
-rw-r--r-- | config/items.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/items.xml b/config/items.xml new file mode 100644 index 0000000..02d199e --- /dev/null +++ b/config/items.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> + +<item name="Debug" type="Tool" maxStackSize="1" width="1" height="1" sprite="assets/items/ITEM_TEST.png" /> +<item name="Dank Maymay" type="Tool" maxStackSize="420" width="10" height="10" sprite="assets/items/ITEM_TEST.png" /> +<item name="Your Bag" type="Equip" maxStackSize="1" width="5" height="5" sprite="assets/items/ITEM_TEST.png" /> +<item name="Flashlight" type="Tool" maxStackSize="1" width="4" height="8" sprite="assets/items/flashlight_off.png" /> +<item name="Wood Sword" type="Sword" maxStackSize="1" width="4" height="10" sprite="assets/items/SWORD_WOOD.png" /> |