mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-18 21:08:09 +00:00
Use SpriteSheets and move server.db and server.txt to "Data" folder.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user