Merged with main

This commit is contained in:
VoidTwo
2021-12-09 23:13:44 -06:00
136 changed files with 4395 additions and 156 deletions

View File

@@ -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')