diff --git a/Templates/Full/game/art/gui/chatHudBorderArray.png b/Templates/Full/game/art/gui/chatHudBorderArray.png new file mode 100644 index 0000000000..1aebdb2d8b Binary files /dev/null and b/Templates/Full/game/art/gui/chatHudBorderArray.png differ diff --git a/Templates/Full/game/art/gui/defaultGameProfiles.cs b/Templates/Full/game/art/gui/defaultGameProfiles.cs index 881059abb7..ef72a392a9 100644 --- a/Templates/Full/game/art/gui/defaultGameProfiles.cs +++ b/Templates/Full/game/art/gui/defaultGameProfiles.cs @@ -85,7 +85,7 @@ singleton GuiControlProfile ("ChatHudScrollProfile") opaque = false; borderThickness = 0; borderColor = "0 255 0"; - bitmap = "core/art/gui/images/scrollBar"; + bitmap = "art/gui/images/scrollBar"; hasBitmapArray = true; }; @@ -98,7 +98,7 @@ singleton GuiControlProfile ("HudScrollProfile") opaque = false; border = true; borderColor = "0 255 0"; - bitmap = "core/art/gui/images/scrollBar"; + bitmap = "art/gui/images/scrollBar"; hasBitmapArray = true; }; @@ -113,7 +113,7 @@ singleton GuiControlProfile ("HudTextProfile") singleton GuiControlProfile ("ChatHudBorderProfile") { - bitmap = "core/art/gui/images/chatHudBorderArray"; + bitmap = "art/gui/images/chatHudBorderArray"; hasBitmapArray = true; opaque = false; }; diff --git a/Templates/Full/game/art/gui/scrollBar.png b/Templates/Full/game/art/gui/scrollBar.png new file mode 100644 index 0000000000..e8c34dc857 Binary files /dev/null and b/Templates/Full/game/art/gui/scrollBar.png differ diff --git a/Templates/Modules/FPSGameplay/art/gui/chatHudBorderArray.png b/Templates/Modules/FPSGameplay/art/gui/chatHudBorderArray.png new file mode 100644 index 0000000000..1aebdb2d8b Binary files /dev/null and b/Templates/Modules/FPSGameplay/art/gui/chatHudBorderArray.png differ diff --git a/Templates/Modules/FPSGameplay/art/gui/scrollBar.png b/Templates/Modules/FPSGameplay/art/gui/scrollBar.png new file mode 100644 index 0000000000..e8c34dc857 Binary files /dev/null and b/Templates/Modules/FPSGameplay/art/gui/scrollBar.png differ diff --git a/Templates/Modules/FPSGameplay/scripts/client/gameProfiles.cs b/Templates/Modules/FPSGameplay/scripts/client/gameProfiles.cs index 06006208f1..5744577d1f 100644 --- a/Templates/Modules/FPSGameplay/scripts/client/gameProfiles.cs +++ b/Templates/Modules/FPSGameplay/scripts/client/gameProfiles.cs @@ -85,7 +85,7 @@ singleton GuiControlProfile ("ChatHudScrollProfile") opaque = false; borderThickness = 0; borderColor = "0 255 0"; - bitmap = "data/UI/art/scrollBar"; + bitmap = "data/FPSGameplay/art/gui/scrollBar"; hasBitmapArray = true; }; @@ -98,7 +98,7 @@ singleton GuiControlProfile ("HudScrollProfile") opaque = false; border = true; borderColor = "0 255 0"; - bitmap = "data/UI/art/scrollBar"; + bitmap = "data/FPSGameplay/art/gui/scrollBar"; hasBitmapArray = true; }; @@ -113,7 +113,7 @@ singleton GuiControlProfile ("HudTextProfile") singleton GuiControlProfile ("ChatHudBorderProfile") { - bitmap = "data/UI/art/chatHudBorderArray"; + bitmap = "data/FPSGameplay/art/gui/chatHudBorderArray"; hasBitmapArray = true; opaque = false; };