Put high quality loading thread into seperate func
This commit is contained in:
parent
82c9821efc
commit
fe2917f77e
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue