💄 Optimize stuff

This commit is contained in:
2025-08-31 19:30:16 +08:00
parent f2c243ecf6
commit 2c5e0459ad
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ public abstract partial class BaseEnemy : CharacterBody2D
[Export] public float DetectionRadius = 300.0f;
[Export] public float AttackRadius = 80.0f;
[Export] public int Damage = 10;
[Export] public float AttackCooldown = 1.0f;
[Export] public float AttackCooldown = 3.0f;
[Export] public int MaxHealth = 100;
[Export] public bool ShowDamageNumbers = true;