diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-08 21:14:47 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-08 21:14:47 -0500 |
commit | 98e08cb7c2ae6c61192bac73a1fc7254224452be (patch) | |
tree | 2ff5a4b9254b0dc9217795dc8a76365736fd40e4 /config | |
parent | 0a0766a186db892f7a8f28f0130a043fd9b9dff9 (diff) | |
parent | 82c75b0a97eba2f78206d3b97d47eaa580a82f0c (diff) |
Fixed incorrect language percentages
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" /> |