Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add web support for all missing splash screen properties #99296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elpozewaunig
Copy link
Contributor

@elpozewaunig elpozewaunig commented Nov 15, 2024

This is another small PR with improvements to the current web splash screen. It adds support for application/boot_splash/show_image, application/boot_splash/fullsize and application/boot_splash/use_filter through CSS classes, which means that all current boot splash project settings are supported now. Tested on Firefox 132.0.2, Chrome 131.0.6778.70, Safari 18.0.1.

Screenshots

Demonstrated on this cute 25x25px-sized fella as a splash image:
godot_pixel

Current behaviour (no matter the settings)
current

fullsize = true, use_filter = true
fullsize

fullsize = true, use_filter = false
no-filter

show_image = false
no-show

show_image, fullsize and use_filter are now supported too.

bg_color, image and minimum_display_time were already supported previously.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants