Enemy sounds

This commit is contained in:
Marco 2025-09-11 14:10:14 +02:00
commit a11e61b2c2
15 changed files with 224 additions and 38 deletions

View file

@ -42,4 +42,9 @@ public partial class EnemyResource : Resource
[ExportCategory("Scripts")]
[Export] public BossScript BossScript { get; private set; }
[ExportCategory("Sounds")]
[Export] public AudioStream HitSound { get; private set; }
[Export] public AudioStream DeathSound { get; private set; }
[Export] public AudioStream AlertSound { get; private set; }
}