Put high quality loading thread into seperate func

This commit is contained in:
JeremyStar™ 2024-05-11 19:16:56 +02:00
parent 82c9821efc
commit fe2917f77e
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -74,6 +74,9 @@ func _ready() -> void:
logger.info("User Interface is ready")
load_high_quality_wallpaper()
func load_high_quality_wallpaper() -> void:
# Load higher quality wallpaper in a thread.
# This has been done to decrease loading
# times and make the UX/DX much better.