Added other bullet classes. Add plasma pickup audio.
This commit is contained in:
17
AlientAttack.MonoGame/Things/Bullets/BulletKind.cs
Normal file
17
AlientAttack.MonoGame/Things/Bullets/BulletKind.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace AlienAttack.MonoGame.Things.Bullets;
|
||||
|
||||
public enum BulletKind
|
||||
{
|
||||
LaserSmall,
|
||||
LaserMedium,
|
||||
LaserLarge,
|
||||
MinigunSmall,
|
||||
MinigunMedium,
|
||||
MinigunLarge,
|
||||
PlasmaSmall,
|
||||
PlasmaMedium,
|
||||
PlasmaLarge,
|
||||
ProtonSmall,
|
||||
ProtonMedium,
|
||||
ProtonLarge
|
||||
}
|
||||
Reference in New Issue
Block a user