diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-04 08:42:00 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-04 08:42:00 -0500 |
commit | 30dd8efe8d71648bea7604ebee5afc4d55b25a6b (patch) | |
tree | 73cf4dbaa2be340597f6fac7fd7a1cedae9cbdea /config/items.xml | |
parent | 6af8dcbaa41a7db52ff8f6074d2b113ec7eaf12d (diff) |
You can buy sausages from meme
Diffstat (limited to 'config/items.xml')
-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" /> |