interaction base

This commit is contained in:
Rendo 2025-11-14 12:52:41 +05:00
commit 2f559639fb
21 changed files with 134 additions and 49 deletions

View file

@ -0,0 +1,7 @@
extends Node
@export var node: Node3D
@onready var start_position: Vector3 = node.global_position
func return_to_start() -> void:
node.global_position = start_position