mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 12:30:31 +00:00
inputTest Module Update
Updates the input event monitor to work with the current BaseGame template.
This commit is contained in:
parent
0f89373782
commit
58a79e0105
3 changed files with 19 additions and 8 deletions
|
|
@ -55,7 +55,7 @@ $guiContent = new GuiControl(InputMonitorDlg) {
|
|||
canSaveDynamicFields = "0";
|
||||
};
|
||||
new GuiChunkedBitmapCtrl() {
|
||||
bitmap = "data/ui/art/hudfill.png";
|
||||
bitmap = "data/ui/images/hudfill.png";
|
||||
useVariable = "0";
|
||||
tile = "0";
|
||||
position = "0 0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue