5 lines
73 B
GDScript3
5 lines
73 B
GDScript3
|
extends Node
|
||
|
|
||
|
var player: CharacterBody2D
|
||
|
var level_root_container: Node
|