clean up polluted placeholder slots

This commit is contained in:
AzaezelX 2025-12-04 20:51:37 -06:00
parent 2ebd49a058
commit d822ebb178

View file

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