2024-01-26 21:07:19 +01:00
|
|
|
extends Node
|
|
|
|
|
|
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
|
|
func _ready():
|
|
|
|
pass # Replace with function body.
|
|
|
|
|
|
|
|
|
|
|
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
2024-01-27 00:05:04 +01:00
|
|
|
func _process(_delta):
|
2024-01-26 21:07:19 +01:00
|
|
|
pass
|