1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-20 20:14:18 -04:00
OpenDiablo2/d2game/d2player
nicholas-eden bdfdeda67b
Add support for missiles (#308)
* WIP: Add support for missiles

Break AnimatedEntity into two parts to support single and composite animations.  Summon misssiles on right click.

* Break animated entity down further

Move npc only logic to npc struct, reduce duplication in map entities

* Change a bunch of int32s to int
2020-02-22 20:44:30 -05:00
..
game_controls.go Add support for missiles (#308) 2020-02-22 20:44:30 -05:00
inventory_grid_test.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
inventory_grid.go Move rendering stuff out of d2common into d2render (#281) 2020-02-01 20:39:28 -05:00
inventory.go Move rendering stuff out of d2common into d2render (#281) 2020-02-01 20:39:28 -05:00
stats.go Add panel to contain hero stats (#299) 2020-02-08 10:51:11 -05:00