LargeScreen/common/Global.gd

13 lines
299 B
GDScript3
Raw Permalink Normal View History

2025-01-02 02:25:42 +08:00
extends Node
var EgoVehicle3D = null
2025-01-13 14:39:58 +08:00
var urlArr = []
2025-01-02 02:25:42 +08:00
# 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