mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 15:30:41 +00:00
Most of the keybind/remap stuff finished
Fixed up most of the options apply logic
This commit is contained in:
parent
55697cffdb
commit
70e121595f
6 changed files with 217 additions and 147 deletions
|
|
@ -57,6 +57,7 @@ function UI::initClient(%this)
|
|||
%this.queueExec("./guis/GameMenu");
|
||||
%this.queueExec("./guis/GameMenu.gui");
|
||||
|
||||
%this.queueExec("./guis/remapDlg");
|
||||
%this.queueExec("./guis/remapDlg.gui");
|
||||
%this.queueExec("./guis/remapConfirmDlg.gui");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue