5 lines
74 B
GDScript3
5 lines
74 B
GDScript3
|
extends MeshInstance3D
|
||
|
|
||
|
func _process(_delta):
|
||
|
visible = Global.cheating
|