mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 09:05:53 +00:00
Enemy sounds
This commit is contained in:
parent
585befb932
commit
a11e61b2c2
15 changed files with 224 additions and 38 deletions
|
|
@ -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; }
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue