7 lines
82 B
GDScript
7 lines
82 B
GDScript
extends StaticBody3D
|
|
|
|
signal switch_hit()
|
|
|
|
func hit():
|
|
emit_signal("switch_hit")
|