1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-22 13:04:18 -04:00
OpenDiablo2/d2game/d2player
Haashi 711cae2d69
fix for #358 from recent PRs (#390)
* camera offset for ui panels :

added maprenderer viewport to be aligned left or right

calling alignement on keyPress in game_controls

* check if already aligned

* fix bugs

-forgot to assign alignement
-defaultScreenRect instead of screenRect because of issue mentionned in original comment

* remove config.json and replace go.mod line

* update with new renderer and escape menu
2020-06-22 09:23:56 -04:00
..
escape_menu.go Escape menu - Keyboard support and minor improvements (#374) 2020-06-21 18:44:33 -04:00
game_controls.go fix for #358 from recent PRs (#390) 2020-06-22 09:23:56 -04:00
input_callback_listener.go Added multiplayer support (#336) 2020-06-18 14:11:04 -04:00
inventory_grid_test.go Initial work to separate client and server logic (#330) 2020-06-13 18:32:09 -04:00
inventory_grid.go Initial work to separate client and server logic (#330) 2020-06-13 18:32:09 -04:00
inventory.go Move rendering stuff out of d2common into d2render (#281) 2020-02-01 20:39:28 -05:00
player_state.go Added multiplayer support (#336) 2020-06-18 14:11:04 -04:00
stats.go Add panel to contain hero stats (#299) 2020-02-08 10:51:11 -05:00