You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 Pro - Godot_v4.3-stable_win64 - Compatibility
Issue description
Changing the Boot Splash background color does not reflect in the web export. I even tried to Run directly from the Editor but same result. (Run in Browser).
or Export Web build and Check Background
Steps to reproduce
Project Settings -> Application -> Boot Splash -> BG Color -> Set any Color
This change project.godot -> boot_splash/bg_color=Color(1, 0, 0, 1)
The text was updated successfully, but these errors were encountered:
itsabhiaryan
changed the title
Changing the Boot Splash background color does not reflect in the web export
[4.3-stable]Changing the Boot Splash background color does not reflect in the web export
Sep 12, 2024
At this point, the HTML template changed in 4.3 only supports boot splash image. Expansion to include more parameters from the application/boot_splash setting will require adding more variables passed during export.
For now, I can suggest changing the background using CSS style inside Head Include field, for example:
Tested versions
Godot_v4.3-stable_win64
System information
Windows 10 Pro - Godot_v4.3-stable_win64 - Compatibility
Issue description
Changing the Boot Splash background color does not reflect in the web export. I even tried to Run directly from the Editor but same result. (Run in Browser).
or Export Web build and Check Background
Steps to reproduce
Project Settings -> Application -> Boot Splash -> BG Color -> Set any Color
This change project.godot -> boot_splash/bg_color=Color(1, 0, 0, 1)
Run directly from Editor but same result.
Minimal reproduction project (MRP)
bootsplashbgcolor.zip
The text was updated successfully, but these errors were encountered: