1dbaa781dc
- finally fixed the save system so it saves new users files - added better bgs - reorganized files so its less of a clusterfuck
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")
|