Skip to content

Commit

Permalink
[UPDATE] Change url backgroud images
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarrant committed Dec 4, 2024
1 parent e07c5f2 commit 2b18970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lua/scp_1025/modules/book/cl_book_function.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SCP_1025_CONFIG.BasePage = [[
margin: 0;
font-family: "Lumios Typewriter Old";
src: url("asset://garrysmod/addons/scp_1025/resource/fonts/LumiosTypewriter-Old.ttf") format("truetype");
background: url("asset://garrysmod/addons/scp_1025/materials/img_scp_1025/page.png") no-repeat center center fixed;
background: url("https://i.imgur.com/eiU6Aod.png") no-repeat center center fixed;
background-size: cover;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -137,7 +137,7 @@ SCP_1025_CONFIG.DescriptionPage = [[
margin: 0;
font-family: "Lumios Typewriter Old";
src: url("asset://garrysmod/addons/scp_1025/resource/fonts/LumiosTypewriter-Old.ttf") format("truetype");
background: url("asset://garrysmod/addons/scp_1025/materials/img_scp_1025/page.png") no-repeat center center fixed;
background: url("https://i.imgur.com/eiU6Aod.png") no-repeat center center fixed;
background-size: cover;
overflow: hidden;
}
Expand Down
4 changes: 2 additions & 2 deletions lua/scp_1025/modules/menu/cl_menu_function.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ SCP_1025_CONFIG.AddDiseaseMenu = [[
body {
margin-left: 10px;
color: #ffffff;
background: url("asset://garrysmod/addons/scp_1025/materials/img_scp_1025/background_menu.png") no-repeat center center fixed;
background: url("https://i.imgur.com/lA07yWA.png") no-repeat center center fixed;
background-size: cover;
overflow: hidden;
}
Expand Down Expand Up @@ -86,7 +86,7 @@ SCP_1025_CONFIG.RemoveHeaderMenu = [[
body {
margin-left: 10px;
color: #ffffff;
background: url("asset://garrysmod/addons/scp_1025/materials/img_scp_1025/background_menu.png") no-repeat center center fixed;
background: url("https://i.imgur.com/lA07yWA.png") no-repeat center center fixed;
background-size: cover;
overflow: hidden;
}
Expand Down

0 comments on commit 2b18970

Please sign in to comment.