1 2 3 4 5 6 7
extends Node2D var maze: Maze func _on_level_manager_world_generated(p_maze: Maze) -> void: maze = p_maze