unoragnize to merge
This commit is contained in:
5
Levels/Level 4.gd
Normal file
5
Levels/Level 4.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Node2D
|
||||
|
||||
func _ready() -> void:
|
||||
$YSort/Player.position = get_viewport_rect().size / 2
|
||||
return
|
Reference in New Issue
Block a user