mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
add loading screen to game
This commit is contained in:
parent
acea17bfa6
commit
d3550f02eb
@ -3,4 +3,10 @@ body {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background-color: #1e1e1e;
|
||||
background-image: url('/resources/images/icons/loading.webp');
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-size: 15vh;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user