11 lines
155 B
GDScript
11 lines
155 B
GDScript
extends SwitchBasic
|
|
|
|
@export var label : Label3D
|
|
|
|
func interact():
|
|
switch()
|
|
|
|
func _on_static_body_3d_switch_hit() -> void:
|
|
if bullet_enabled:
|
|
switch()
|