interaction base
This commit is contained in:
parent
3a6da57079
commit
2f559639fb
21 changed files with 134 additions and 49 deletions
7
src/interactible/returner.gd
Normal file
7
src/interactible/returner.gd
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue