2025-02-06 12:42:14 +00:00
|
|
|
extends Node
|
|
|
|
|
|
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
|
|
func _ready() -> void:
|
2025-02-18 12:30:48 +00:00
|
|
|
pass # Replace with function body.
|
2025-02-06 12:42:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
|
|
|
func _process(delta: float) -> void:
|
|
|
|
pass
|