cirnogodot/Scenes/game.gd

4 lines
139 B
GDScript3
Raw Permalink Normal View History

2024-03-04 08:25:41 +01:00
extends Node2D
func _ready() -> void:
var camera_controller: CameraController = get_tree().get_first_node_in_group("camera_controllers")