This commit is contained in:
Felipe M 2021-05-20 23:14:20 +02:00
parent 0f3f6f0133
commit c613eac80f
Signed by: fmartingr
GPG key ID: 716BC147715E716F
9 changed files with 70 additions and 57 deletions

View file

@ -0,0 +1,8 @@
extends Node2D
const WORLD = preload("res://Scenes/World/World.gd")
func _ready():
var parent = get_parent()
if parent is WORLD:
parent.currentLevel = self