more bullet testing
This commit is contained in:
@@ -36,7 +36,7 @@ func _physics_process(delta):
|
||||
|
||||
func _on_body_entered(body: Node) -> void:
|
||||
|
||||
if !body.is_in_group("player"):
|
||||
if body.is_in_group("testtest"):
|
||||
mesh.visible = false
|
||||
|
||||
#bullethole effect
|
||||
|
||||
Reference in New Issue
Block a user