5 lines
69 B
GDScript
5 lines
69 B
GDScript
|
|
extends Node3D
|
||
|
|
|
||
|
|
func set_grab(grab:bool):
|
||
|
|
print("setgrab: %s"%grab)
|