6 lines
71 B
GDScript
6 lines
71 B
GDScript
extends Node
|
|
|
|
@export var PartyCamera : Camera3D
|
|
|
|
func _ready():
|
|
pass
|