mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2024-11-13 22:22:57 +00:00
18 lines
245 B
GDScript3
18 lines
245 B
GDScript3
|
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.
|