Mostly worked out how to do looting but now need how to take out of inventory and put into loot.
This commit is contained in:
parent
c509162be1
commit
94385b195d
7 changed files with 139 additions and 54 deletions
|
@ -6,7 +6,7 @@ namespace Events {
|
|||
COMBAT_START, NO_NEIGHBORS, HP_STATUS,
|
||||
ATTACK, BLOCK, EVADE, NEW_RITUAL,
|
||||
UPDATE_SPRITE, ENEMY_SPAWN, NOOP,
|
||||
LOOT_CLOSE, LOOT_SELECT, LOOT_PLACE
|
||||
LOOT_CLOSE, LOOT_SELECT, INV_SELECT
|
||||
};
|
||||
|
||||
struct Combat {
|
||||
|
@ -33,7 +33,7 @@ namespace gui {
|
|||
STAIRS_DOWN = 13,
|
||||
LOOT_OPEN=14,
|
||||
LOOT_SELECT=15,
|
||||
LOOT_PLACE=16,
|
||||
INV_SELECT=16,
|
||||
QUIT = 17,
|
||||
MOUSE_CLICK=18,
|
||||
MOUSE_MOVE=19,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue