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

clean up polluted placeholder slots
This commit is contained in:
Brian Roberts 2025-12-04 20:52:26 -06:00 committed by GitHub
commit 563c0266e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";