mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-23 10:36:06 +00:00
6 lines
113 B
GDScript
6 lines
113 B
GDScript
extends Node2D
|
|
|
|
|
|
func _ready():
|
|
for p in get_tree().get_nodes_in_group("player"):
|
|
p.position = Shared.hub_pos
|