5 lines
89 B
GDScript3
5 lines
89 B
GDScript3
|
|
extends Node3D
|
||
|
|
|
||
|
|
class_name Interactable
|
||
|
|
|
||
|
|
@onready var outline : MeshInstance3D = $outline
|