mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2024-11-12 13:42:58 +00:00
18 lines
245 B
GDScript
18 lines
245 B
GDScript
extends CanvasLayer
|
|
|
|
|
|
func _ready():
|
|
pass # Replace with function body.
|
|
|
|
|
|
#func _process(delta):
|
|
# pass
|
|
|
|
|
|
func _on_SaveReport_pressed():
|
|
pass # Replace with function body.
|
|
|
|
|
|
func _on_BackMainMenu_pressed():
|
|
pass # Replace with function body.
|