2024-01-19 09:06:19 -08:00
|
|
|
extends Node
|
|
|
|
|
|
2024-01-18 11:52:02 -08:00
|
|
|
|
|
|
|
|
# Called when the node enters the scene tree for the first time.
|
|
|
|
|
func _ready():
|
2024-01-19 09:06:19 -08:00
|
|
|
pass # Replace with function body.
|
|
|
|
|
|
2024-01-18 11:52:02 -08:00
|
|
|
|
|
|
|
|
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
|
|
|
|
func _process(delta):
|
|
|
|
|
pass
|