mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Removing the controlsHelpDlg to reduce maintenance overhead.
This commit is contained in:
parent
6c31872928
commit
b452597696
5 changed files with 0 additions and 141 deletions
|
|
@ -47,14 +47,6 @@ function showPlayerList(%val)
|
|||
|
||||
moveMap.bind( keyboard, F2, showPlayerList );
|
||||
|
||||
function showControlsHelp(%val)
|
||||
{
|
||||
if (%val)
|
||||
ControlsHelpDlg.toggle();
|
||||
}
|
||||
|
||||
moveMap.bind(keyboard, h, showControlsHelp);
|
||||
|
||||
function hideHUDs(%val)
|
||||
{
|
||||
if (%val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue