mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 10:59:49 +00:00
Update SplashDialog.gd
This commit is contained in:
parent
13fa0bbc54
commit
4356263aec
|
@ -9,3 +9,9 @@ func _on_SplashDialog_about_to_show() -> void:
|
||||||
|
|
||||||
func _on_ArtCredits_pressed() -> void:
|
func _on_ArtCredits_pressed() -> void:
|
||||||
OS.shell_open("https://www.instagram.com/erevos_art")
|
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…
Reference in a new issue