Merged with main and fixed merge conflicts

This commit is contained in:
VoidTwo
2021-11-29 13:53:26 -06:00
161 changed files with 2347 additions and 778 deletions

6
Levels/Level 2.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Node2D
func _ready() -> void:
$YSort/Player.position = get_viewport_rect().size / 2
$YSort/Player.load_hud($HUD)
return