mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
Input Test module created by mars @ https://github.com/OTHGMars/Torque3D/tree/inputMonitoring
This commit is contained in:
parent
b2fcd5e7fb
commit
3b206d9f13
7 changed files with 1026 additions and 0 deletions
30
Templates/Modules/inputTest/scripts/customProfiles.cs
Normal file
30
Templates/Modules/inputTest/scripts/customProfiles.cs
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
new GuiControlProfile (GuiEventBackgroundProfile)
|
||||
{
|
||||
justify = "left";
|
||||
fontSize = 18;
|
||||
fontColor = "225 225 225 255";
|
||||
|
||||
opaque = true;
|
||||
fillColor = "20 20 20 225";
|
||||
};
|
||||
|
||||
new GuiControlProfile (GuiEventBorderProfile)
|
||||
{
|
||||
opaque = false;
|
||||
border = 1;
|
||||
borderColor = "225 225 225 255";
|
||||
};
|
||||
|
||||
new GuiControlProfile (GuiEventTextProfile)
|
||||
{
|
||||
justify = "left";
|
||||
fontSize = 18;
|
||||
fontColor = "225 225 225 255";
|
||||
};
|
||||
|
||||
new GuiControlProfile (GuiEventCheckboxProfile : GuiCheckBoxProfile)
|
||||
{
|
||||
fontSize = 18;
|
||||
fontColor = "225 225 225 255";
|
||||
fontColorHL ="141 204 249 255";
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue