diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:28:08 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-12 09:28:08 -0600 |
commit | a833685e7504595f1629120adec0b1ac7fb509b9 (patch) | |
tree | 759d6bb2e5aea59df54f8a69efd5e537ce6f2c0b /misc/dist | |
parent | cf160747a00a4cd13e2214dceb5dd24606f0c572 (diff) | |
parent | 4db5cd6e848b1cd50a6517e74d8564de3c158051 (diff) | |
download | redot-engine-a833685e7504595f1629120adec0b1ac7fb509b9.tar.gz |
Merge pull request #96625 from elpozewaunig/web_splash_color
Display project settings splash color on web export
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/html/full-size.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index 352046df30..b59c417d36 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -38,7 +38,7 @@ body { } #status { - background-color: #242424; + background-color: $GODOT_SPLASH_COLOR; display: flex; flex-direction: column; justify-content: center; |