Merged with main
This commit is contained in:
@@ -22,3 +22,7 @@ func _on_NextArea_area_entered(area: Area2D) -> void:
|
||||
if area.get_parent().name == 'Player':
|
||||
$YSort/Player.position.x = 195
|
||||
$YSort/Player.position.y = -335
|
||||
|
||||
|
||||
func _on_Demon_Boss_demon_boss_death() -> void:
|
||||
get_tree().change_scene('res://Levels/Hub World.tscn')
|
||||
|
Reference in New Issue
Block a user