forked from LGDG/ExampleProject
6 lines
82 B
GDScript3
6 lines
82 B
GDScript3
|
extends Node3D
|
||
|
class_name InteractToggle
|
||
|
|
||
|
func interact():
|
||
|
visible = not visible
|