5 lines
110 B
GDScript
5 lines
110 B
GDScript
extends Button
|
|
|
|
func _pressed() -> void:
|
|
OS.shell_open("https://notdraimdev.github.io/SimplSite/notes.html")
|