working on blockout 4 - which should end up being level 1
This commit is contained in:
@@ -12,7 +12,7 @@ var level_control
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
level_control = self.get_node("../")
|
||||
level_control = get_tree().current_scene
|
||||
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
|
||||
Reference in New Issue
Block a user