mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 09:39:48 +00:00
5 lines
116 B
GDScript3
5 lines
116 B
GDScript3
|
extends WindowDialog
|
||
|
|
||
|
func _on_ArtCredits_pressed() -> void:
|
||
|
OS.shell_open("https://www.instagram.com/erevos_art")
|