mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 08:04:49 +00:00
add loading screen to game
This commit is contained in:
parent
b2bf1f4851
commit
0386864b1f
@ -3,4 +3,10 @@ body {
|
|||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
overflow: hidden;
|
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