mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Update utility.tscript
ctrl key bitmap shows in keybinds menu now
This commit is contained in:
parent
6526e87724
commit
083fe1e70f
1 changed files with 1 additions and 2 deletions
|
|
@ -115,8 +115,7 @@ function getButtonBitmap(%device, %button)
|
||||||
{
|
{
|
||||||
if(%button $= "lshift" || %button $= "rshift")
|
if(%button $= "lshift" || %button $= "rshift")
|
||||||
%button = "shift";
|
%button = "shift";
|
||||||
|
else if(%button $= "lcontrol" || %button $= "rcontrol")
|
||||||
if(%button $= "lcontrol" || %button $= "rcontrol")
|
|
||||||
%button = "ctrl";
|
%button = "ctrl";
|
||||||
|
|
||||||
%assetId = "UI:Keyboard_Black_" @ %button @ "_image";
|
%assetId = "UI:Keyboard_Black_" @ %button @ "_image";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue