1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-26 00:55:23 +00:00
OpenDiablo2/d2core
nicholas-eden d6769975cd Initial inventory handling (#270)
Add struct to display inventory panel.
Add struct to handle inventory and merchant grids.

Hook up `i` key to toggle inventory panel.
2019-12-28 23:32:53 -05:00
..
d2scene Initial inventory handling (#270) 2019-12-28 23:32:53 -05:00
character_equipment.go Initial inventory handling (#270) 2019-12-28 23:32:53 -05:00
engine.go Do not advance state in render (#269) 2019-12-28 23:32:24 -05:00
game_state.go Move save game location to ~/.config/OpenDiablo2/Save (#258) 2019-12-17 23:20:06 -05:00
hero_objects.go Migrate out d2common d2helper d2data modules (#195) 2019-11-17 00:16:33 -05:00
hero.go Initial inventory handling (#270) 2019-12-28 23:32:53 -05:00
inventory_item_armor.go Initial inventory handling (#270) 2019-12-28 23:32:53 -05:00
inventory_item_weapon.go Initial inventory handling (#270) 2019-12-28 23:32:53 -05:00
npc.go Render to surface, not ebiten texture (#268) 2019-12-28 16:46:08 -05:00