1 |
So far I'm looking at using what's been done inside this widget as a starting point: https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Widgets/gui_selectkeys.lua
|
1 |
So far I'm looking at using what's been done inside this widget as a starting point: https://github.com/ZeroK-RTS/Zero-K/blob/master/LuaUI/Widgets/gui_selectkeys.lua
|
2 |
\n
|
2 |
\n
|
|
|
3 |
This is the widget that currently handles all the options for
|
|
|
4 |
\n
|
|
|
5 |
* options_path = 'Hotkeys/Selection'
|
|
|
6 |
\n
|
3 |
Looks like it was created in 2010 which is why it's such a piecemeal collection of global options instead of holistic.
|
7 |
Looks like it was created in 2010 which is why it's such a piecemeal collection of global options instead of holistic.
|
4 |
\n
|
8 |
\n
|
5 |
It would probably be best to implement the simplified version first by expanding the options inside this widget to simply include every unit.
|
9 |
It would probably be best to implement the simplified version first by expanding the options inside this widget to simply include every unit.
|