Merge pull request #96625 from elpozewaunig/web_splash_color

Display project settings splash color on web export
This commit is contained in:
Thaddeus Crews
2024-11-12 09:28:08 -06:00
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ body {
}
#status {
background-color: #242424;
background-color: $GODOT_SPLASH_COLOR;
display: flex;
flex-direction: column;
justify-content: center;