Add core content definitions
This commit is contained in:
12
godot/scripts/content/definitions/CollectibleKind.cs
Normal file
12
godot/scripts/content/definitions/CollectibleKind.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace SideScrollerGame.Content.Definitions;
|
||||
|
||||
public enum CollectibleKind
|
||||
{
|
||||
Points,
|
||||
PrimaryWeapon,
|
||||
SecondaryWeapon,
|
||||
ClearScreen,
|
||||
ShieldCharge,
|
||||
SpecialAmmo,
|
||||
SquadronMate
|
||||
}
|
||||
Reference in New Issue
Block a user