Files
fps_project_1/scripts/switch_interactandshoot.gd
2025-05-05 16:37:57 -05:00

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()