mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Merge pull request #286 from thecelloman/removeOOBSign
Remove unused OOBSign from PlayGui
This commit is contained in:
commit
a868b649ad
1 changed files with 0 additions and 16 deletions
|
|
@ -266,22 +266,6 @@
|
||||||
canSave = "1";
|
canSave = "1";
|
||||||
canSaveDynamicFields = "0";
|
canSaveDynamicFields = "0";
|
||||||
};
|
};
|
||||||
new GuiBitmapCtrl(OOBSign) {
|
|
||||||
bitmap = "art/gui/playHud/missionAreaWarning.png";
|
|
||||||
wrap = "0";
|
|
||||||
isContainer = "0";
|
|
||||||
Profile = "GuiDefaultProfile";
|
|
||||||
HorizSizing = "right";
|
|
||||||
VertSizing = "top";
|
|
||||||
position = "512 693";
|
|
||||||
Extent = "64 64";
|
|
||||||
MinExtent = "8 8";
|
|
||||||
canSave = "1";
|
|
||||||
Visible = "0";
|
|
||||||
tooltipprofile = "GuiToolTipProfile";
|
|
||||||
hovertime = "1000";
|
|
||||||
canSaveDynamicFields = "0";
|
|
||||||
};
|
|
||||||
new GuiControl(DamageHUD) {
|
new GuiControl(DamageHUD) {
|
||||||
position = "384 256";
|
position = "384 256";
|
||||||
extent = "256 256";
|
extent = "256 256";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue