2023-02-16 21:57:27 +01:00
|
|
|
extends Test
|
|
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
|
|
func _ready() -> void:
|
2023-04-14 12:01:06 +02:00
|
|
|
pass
|
2023-02-16 21:57:27 +01:00
|
|
|
|
|
|
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
2023-02-16 22:04:24 +01:00
|
|
|
func _process(_delta: float) -> void:
|
2023-06-11 12:42:47 +02:00
|
|
|
pass
|