First Commit

This commit is contained in:
2026-05-24 17:10:09 -03:00
commit 0b0113fbde
222 changed files with 67094 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
extends CollisionShape3D
const LIFE_BODY:= 125
func _physics_process(_delta: float) -> void:
pass
func _damage_in_body():
pass