Added more sound effects. Added initial weapon muzzle fire logic.
This commit is contained in:
10
AlientAttack.MonoGame/Things/Items/PickupKind.cs
Normal file
10
AlientAttack.MonoGame/Things/Items/PickupKind.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace AlienAttack.MonoGame.Things.Items;
|
||||
|
||||
public enum PickupKind
|
||||
{
|
||||
Health,
|
||||
Shield,
|
||||
Ammo,
|
||||
Rockets,
|
||||
Plasma
|
||||
}
|
||||
Reference in New Issue
Block a user