mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:24:44 -04:00
Make the Splash Screen popup optional
This commit is contained in:
parent
e61fea32bc
commit
6025271e29
4 changed files with 35 additions and 10 deletions
|
@ -9,3 +9,9 @@ func _on_SplashDialog_about_to_show() -> void:
|
|||
|
||||
func _on_ArtCredits_pressed() -> void:
|
||||
OS.shell_open("https://www.instagram.com/erevos_art")
|
||||
|
||||
func _on_CheckBox_toggled(pressed) -> void:
|
||||
if pressed:
|
||||
Global.config_cache.set_value("preferences", "startup", false)
|
||||
else:
|
||||
Global.config_cache.set_value("preferences", "startup", true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue