unoragnize to merge

This commit is contained in:
2021-11-29 13:05:00 -06:00
parent 6bf3263115
commit 3a3d987ee3
50 changed files with 1072 additions and 46 deletions

5
Levels/Level 4.gd Normal file
View File

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