LargeScreen/common/Global.gd
2025-01-13 14:39:58 +08:00

13 lines
299 B
GDScript

extends Node
var EgoVehicle3D = null
var urlArr = []
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass