mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
4 lines
91 B
GDScript
4 lines
91 B
GDScript
extends RemoteTransform2D
|
|
|
|
func _ready() -> void:
|
|
global_position = Vector2(384 / 2, 102)
|