game: add bleed

This commit is contained in:
2025-08-22 20:50:11 +02:00
parent 0dada63709
commit 6fff2dd9a3
15 changed files with 163 additions and 28 deletions

View File

@@ -5,6 +5,7 @@ extends Node2D
@export var range: float = 200.0
@export var target: Node2D
@export var damage_mult: float = 1.0
@export var bleed_chance: float = 0.2
@export var on_hit_sig: Signal
var _direction: Vector2