way too many changes to list, oops. big rewrite.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
class_name Hitbox extends CollisionShape3D
|
||||
|
||||
signal took_damage(amount: float)
|
||||
signal took_damage(amount: int)
|
||||
|
||||
|
||||
func damage(amount: float) -> void:
|
||||
func damage(amount: int) -> void:
|
||||
took_damage.emit(amount)
|
||||
|
Reference in New Issue
Block a user