Files
Simplaudio/patch_notes_button.gd
T
2024-09-30 13:30:17 +02:00

5 lines
110 B
GDScript

extends Button
func _pressed() -> void:
OS.shell_open("https://notdraimdev.github.io/SimplSite/notes.html")