Files
Simplaudio/Scripts/window.gd
T
Bucket Of Chicken 1dbaa781dc Alot of changes(description)
- finally fixed the save system so it saves new users files
- added better bgs
- reorganized files so its less of a clusterfuck
2025-08-10 07:20:17 +02:00

12 lines
234 B
GDScript

extends Window
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
show()
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass