6 lines
108 B
GDScript
6 lines
108 B
GDScript
extends Node2D
|
|
|
|
func _ready() -> void:
|
|
$YSort/Player.position = get_viewport_rect().size / 2
|
|
return
|