Files
MovementTests/systems/weapon/placed_tutorial_weapon.gd
Minimata 78ab2cc637
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 16s
Create tag and build when new code gets to main / Export (push) Successful in 4m34s
small changes
2025-10-31 16:31:21 +01:00

6 lines
104 B
GDScript

extends MeshInstance3D
func _on_weapon_retrieved_body_entered(body: Node3D) -> void:
visible = false