Added more sound effects. Added initial weapon muzzle fire logic.
This commit is contained in:
12
AlientAttack.MonoGame/Things/Weapons/Anchor.cs
Normal file
12
AlientAttack.MonoGame/Things/Weapons/Anchor.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace AlienAttack.MonoGame.Things.Weapons;
|
||||
|
||||
public enum Anchor
|
||||
{
|
||||
TopLeft,
|
||||
TopCenter,
|
||||
TopRight,
|
||||
Center,
|
||||
BottomLeft,
|
||||
BottomCenter,
|
||||
BottomRight
|
||||
}
|
||||
Reference in New Issue
Block a user