fixed cue issue and setup proper waves
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 26s
Create tag and build when new code gets to main / Export (push) Has been cancelled

This commit is contained in:
2026-05-16 20:56:20 +02:00
parent 2103832e46
commit dc81796d52
6 changed files with 322 additions and 26 deletions

View File

@@ -8,6 +8,7 @@ public partial class EnemyDescription(PackedScene scene, EnemyDescription.EnemyT
public enum EnemyType
{
Normal,
Flying,
Projectile,
}