1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 04:24:49 +00:00

add loading screen to game

This commit is contained in:
zumbiepig 2024-09-18 13:52:58 -07:00
parent b2bf1f4851
commit 0386864b1f
No known key found for this signature in database
GPG Key ID: 17C891BE28B953DE

View File

@ -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;
}