mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
clean up polluted placeholder slots
This commit is contained in:
parent
2ebd49a058
commit
d822ebb178
|
|
@ -25,8 +25,7 @@ $guiContent = new GuiContainer(damageGuiOverlay) {
|
||||||
};
|
};
|
||||||
new GuiCrossHairHud(Reticle) {
|
new GuiCrossHairHud(Reticle) {
|
||||||
damageOffset = "0 10";
|
damageOffset = "0 10";
|
||||||
BitmapAsset = "FPSEquipment:crosshair_image";
|
BitmapAsset = "";
|
||||||
BitmapFile = "data/FPSEquipment/images/weaponHud/crossHair.png";
|
|
||||||
position = "624 344";
|
position = "624 344";
|
||||||
extent = "32 32";
|
extent = "32 32";
|
||||||
minExtent = "8 8";
|
minExtent = "8 8";
|
||||||
|
|
@ -64,8 +63,7 @@ $guiContent = new GuiContainer(damageGuiOverlay) {
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
};
|
};
|
||||||
new GuiBitmapCtrl(previewImage) {
|
new GuiBitmapCtrl(previewImage) {
|
||||||
BitmapAsset = "FPSEquipment:ryder_image";
|
BitmapAsset = "UI:hudfill_image";
|
||||||
BitmapFile = "data/FPSEquipment/images/weaponHud/ryder.png";
|
|
||||||
position = "8 0";
|
position = "8 0";
|
||||||
extent = "108 56";
|
extent = "108 56";
|
||||||
horizSizing = "width";
|
horizSizing = "width";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue