Use SpriteSheets and move server.db and server.txt to "Data" folder.

This commit is contained in:
GabsPuNs
2026-06-21 19:18:22 -04:00
parent 0c38270b29
commit 578d7dd90e
48 changed files with 153 additions and 162 deletions

View File

@@ -57,13 +57,13 @@ div#controls
text-align: center;
box-sizing: border-box;
border: 3dp transparent;
decorator: image(images/lce/Slider_Background.png);
decorator: image(sliderBackground);
}
.slider_container:hover
{
border-color: #ffff00;
decorator: image(images/lce/Slider_BackgroundH.png);
decorator: image(sliderBackground_Hover);
}
.slider_label
@@ -98,3 +98,11 @@ div#controls
cursor: resize;
transform: translateX(-50%);
}
@spritesheet sliderBackground
{
src: "Assets/UI/images/lce/sliderBackground-sheet.png";
sliderBackground: 0px 0px 300px 16px;
sliderBackground_Hover: 0px 16px 300px 16px;
}