diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-04 08:47:03 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-04 08:47:03 -0500 |
commit | 0a06697db87063b77b71388278933807899568ef (patch) | |
tree | bb8d876e266761c7aac8656c2d75793855826bd0 /config | |
parent | 5fadac5d0f37f574ca160107d832d11b421ad559 (diff) | |
parent | 30dd8efe8d71648bea7604ebee5afc4d55b25a6b (diff) |
merge
Diffstat (limited to 'config')
-rw-r--r-- | config/items.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/items.xml b/config/items.xml index 02382d6..eddab3e 100644 --- a/config/items.xml +++ b/config/items.xml @@ -1,5 +1,9 @@ <?xml version="1.0"?> +<currency name="Abe Lincoln" value="1" sprite="assets/items/coin1.png"/> +<currency name="George Washington" value="25" sprite="assets/items/coin2.png"/> +<currency name="Barack Hussein Obama" value="100" sprite="assets/items/coin3.png"/> + <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" /> |