5 lines
77 B
GDScript
5 lines
77 B
GDScript
extends Camera3D
|
|
|
|
func _ready() -> void:
|
|
HudSignalBus.current_camera = self
|