mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update utility.tscript
ctrl key bitmap shows in keybinds menu now
This commit is contained in:
parent
6526e87724
commit
083fe1e70f
|
|
@ -115,8 +115,7 @@ function getButtonBitmap(%device, %button)
|
|||
{
|
||||
if(%button $= "lshift" || %button $= "rshift")
|
||||
%button = "shift";
|
||||
|
||||
if(%button $= "lcontrol" || %button $= "rcontrol")
|
||||
else if(%button $= "lcontrol" || %button $= "rcontrol")
|
||||
%button = "ctrl";
|
||||
|
||||
%assetId = "UI:Keyboard_Black_" @ %button @ "_image";
|
||||
|
|
|
|||
Loading…
Reference in a new issue