1
0
Fork 0

fix again

This commit is contained in:
Manu 2021-04-27 03:33:58 +02:00
parent 23700ef8ef
commit e426191145
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ func next_level():
if next_level:
if "End" in next_level.resource_path:
get_tree().change_scene_to(next_level)
return
var new = next_level.instance()
parent.add_child(new)
$"/root/Game".new_level(new)