use path instead than @onready
const WORLD_SCENE_PATH="res://world.tscn"
instantiate the scene:
var world_scene=load(WORLD_SCENE_PATH)
1 Like
system
Closed
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.