Added more sound effects. Added initial weapon muzzle fire logic.
This commit is contained in:
8
AlientAttack.MonoGame/Things/Muzzles/MuzzleId.cs
Normal file
8
AlientAttack.MonoGame/Things/Muzzles/MuzzleId.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace AlienAttack.MonoGame.Things.Muzzles;
|
||||
|
||||
public enum MuzzleId
|
||||
{
|
||||
Center,
|
||||
Left,
|
||||
Right
|
||||
}
|
||||
Reference in New Issue
Block a user