mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-05-05 20:44:48 -04:00
4 lines
116 B
GDScript
4 lines
116 B
GDScript
extends WindowDialog
|
|
|
|
func _on_ArtCredits_pressed() -> void:
|
|
OS.shell_open("https://www.instagram.com/erevos_art")
|