diff --git a/scripts/Level.gd b/scripts/Level.gd index 29e447d..36a7a71 100644 --- a/scripts/Level.gd +++ b/scripts/Level.gd @@ -7,7 +7,7 @@ func _ready(): # - The Camera3D lets the player know which direction he should be facing when # moving around - $Cole.camera = $Camera3D + $Cole.camera = $Camera # We need to initialize our point and click system letting it know: # - Who's the player