1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 04:25:23 +00:00
OpenDiablo2/d2core/d2gui
Julien Ganichot 0d691dbffa
Key binding menu (#918)
* Feat(KeyBindingMenu): Adds dynamic box system with scrollbar

* Feat(Hotkeys): WIP Adds a lot of things

* Feat(KeyBindingMenu): WIP Adds logic to binding

* Feat(KeyBindingMenu): Fixes assignment logic

* Feat(KeyBindingMenu): Adds buttons logic

* Feat(KeyBindingMenu): Fixes sprites positions+add padding to Box

* Feat(KeyBindingMenu): Adds label blinking cap

* Feat(KeyBindingMenu): Removes commented func

* Feat(KeyBindingMenu): Fixes lint errors and refactors a bit

* Feat(KeyBindingMenu): Corrects few minor things from Grave

* Feat(KeyBindingMenu): removes forgotten key to string mapping
2020-11-13 12:03:30 -08:00
..
box.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
button.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
common.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
doc.go moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
gui_manager.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
label_button.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
label.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
layout_entry.go remove d2asset singleton (#726) 2020-09-12 16:51:30 -04:00
layout_scrollbar.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
layout.go Key binding menu (#918) 2020-11-13 12:03:30 -08:00
spacer.go removed most lint errors in d2gui (#604) 2020-07-18 18:06:36 -04:00
sprite.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00
style.go fixed lint errors in d2gui (#692) 2020-08-05 13:51:19 -04:00
widget.go migrate to ebiten v2.0 API (#860) 2020-10-28 14:17:42 -04:00