OpticTraveler/Florian/pyro.gd

8 lines
75 B
GDScript3
Raw Normal View History

extends Node3D
func _turn_on_off():
if visible:
hide()
else:
show()