diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-04 08:49:02 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-12-04 08:49:02 -0500 |
commit | 4c6895ba1445a040f65affea6f29ab66011960db (patch) | |
tree | c7d7d753a8361cc09da0292f03a4f6e72cd57e5d /config/items.h | |
parent | 92cd5d10c536c92e4ece15a526f124c9f3805084 (diff) |
inv stuff
Diffstat (limited to 'config/items.h')
-rw-r--r-- | config/items.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/items.h b/config/items.h index fc0ca96..1bd9111 100644 --- a/config/items.h +++ b/config/items.h @@ -11,8 +11,8 @@ ID DEBUG_ITEM ID TEST_ITEM NAME "Dank MayMay" TYPE TOOL - WIDTH HLINE - HEIGHT HLINE + WIDTH HLINE*1 + HEIGHT HLINE*1 STACKSIZE 420 TEX "assets/items/ITEM_TEST.png" ENI @@ -41,5 +41,5 @@ ID SWORD_WOOD WIDTH HLINE*4 HEIGHT HLINE*10 STACKSIZE 1 - TEX "assets/items/ITEM_SWORD.png" + TEX "assets/items/SWORD_WOOD.png" STOP |