add todo to player scene var
This commit is contained in:
parent
1250b7a80a
commit
e579887b33
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ class_name Room extends Node2D
|
|||
@onready var camera: RoomCamera = $RoomCamera
|
||||
@onready var director: StateMachine = $RoomDirector
|
||||
|
||||
# TODO: better alternatice to preloading as i add functionality?
|
||||
# https://theduriel.github.io/Godot/Do-not-use---Preload
|
||||
var player_scene: PackedScene = preload("uid://cqm5besqgsb7x")
|
||||
|
||||
var player: Player
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue