Files
Aula-Godot-3D/test/Scripts/collision_body_beetlebot.gd
T
2026-05-24 17:10:09 -03:00

10 lines
135 B
GDScript

extends CollisionShape3D
const LIFE_BODY:= 125
func _physics_process(_delta: float) -> void:
pass
func _damage_in_body():
pass