mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:55:35 +00:00
4 lines
139 B
GDScript
4 lines
139 B
GDScript
extends Node2D
|
|
|
|
func _ready() -> void:
|
|
var camera_controller: CameraController = get_tree().get_first_node_in_group("camera_controllers")
|