First Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
extends CollisionShape3D
|
||||
const LIFE_BODY:= 125
|
||||
|
||||
func _physics_process(_delta: float) -> void:
|
||||
pass
|
||||
func _damage_in_body():
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user