mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #1599 from Azaezel/cleanupCleanups
Some checks failed
Linux Build / ${{matrix.config.name}} (map[build_type:Release cc:gcc cxx:g++ generator:Ninja name:Ubuntu Latest GCC]) (push) Has been cancelled
MacOSX Build / ${{matrix.config.name}} (map[build_type:Release cc:clang cxx:clang++ generator:Ninja name:MacOSX Latest Clang]) (push) Has been cancelled
Windows Build / ${{matrix.config.name}} (map[build_type:Release cc:cl cxx:cl environment_script:C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat generator:Visual Studio 17 2022 name:Windows Latest MSVC]) (push) Has been cancelled
Some checks failed
Linux Build / ${{matrix.config.name}} (map[build_type:Release cc:gcc cxx:g++ generator:Ninja name:Ubuntu Latest GCC]) (push) Has been cancelled
MacOSX Build / ${{matrix.config.name}} (map[build_type:Release cc:clang cxx:clang++ generator:Ninja name:MacOSX Latest Clang]) (push) Has been cancelled
Windows Build / ${{matrix.config.name}} (map[build_type:Release cc:cl cxx:cl environment_script:C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat generator:Visual Studio 17 2022 name:Windows Latest MSVC]) (push) Has been cancelled
clean up polluted placeholder slots
This commit is contained in:
commit
563c0266e4
|
|
@ -25,8 +25,7 @@ $guiContent = new GuiContainer(damageGuiOverlay) {
|
|||
};
|
||||
new GuiCrossHairHud(Reticle) {
|
||||
damageOffset = "0 10";
|
||||
BitmapAsset = "FPSEquipment:crosshair_image";
|
||||
BitmapFile = "data/FPSEquipment/images/weaponHud/crossHair.png";
|
||||
BitmapAsset = "";
|
||||
position = "624 344";
|
||||
extent = "32 32";
|
||||
minExtent = "8 8";
|
||||
|
|
@ -64,8 +63,7 @@ $guiContent = new GuiContainer(damageGuiOverlay) {
|
|||
tooltipProfile = "GuiToolTipProfile";
|
||||
};
|
||||
new GuiBitmapCtrl(previewImage) {
|
||||
BitmapAsset = "FPSEquipment:ryder_image";
|
||||
BitmapFile = "data/FPSEquipment/images/weaponHud/ryder.png";
|
||||
BitmapAsset = "UI:hudfill_image";
|
||||
position = "8 0";
|
||||
extent = "108 56";
|
||||
horizSizing = "width";
|
||||
|
|
|
|||
Loading…
Reference in a new issue