diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-11 07:38:33 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-11 07:38:33 -0500 |
commit | 6bf27552a564297cd8aaf1e3c24d9320438bdcc5 (patch) | |
tree | 1947c5911d234e72cbf189433612047c443e40e6 /config/items.h | |
parent | c16827da9b66f42e2bd0d002381bdcdaa2ac8045 (diff) | |
parent | a2284d1c9be35744cb43a91148c82cff64be7a43 (diff) |
Merge branch 'master' of http://github.com/tcsullivan/gamedev
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 9012ff6..ee1024c 100644 --- a/config/items.h +++ b/config/items.h @@ -29,10 +29,10 @@ ID PLAYER_BAG ID FLASHLIGHT NAME "Flashlight" TYPE TOOL - WIDTH HLINE*2 - HEIGHT HLINE*4 + WIDTH HLINE*4 + HEIGHT HLINE*8 STACKSIZE 1 - TEX "assets/items/ITEM_TEST.png" + TEX "assets/items/flashlight_off.png" ENI ID SWORD_WOOD |