MVP of the plane throwing game (#77)
Co-authored-by: Michal Pikulski <michal@foolhardyhorizons.com> Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com> Reviewed-on: #77
This commit is contained in:
17
Assets/Scripts/Minigames/Airplane/Data/AirplaneGameState.cs
Normal file
17
Assets/Scripts/Minigames/Airplane/Data/AirplaneGameState.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace Minigames.Airplane.Data
|
||||
{
|
||||
/// <summary>
|
||||
/// Game states for the airplane minigame
|
||||
/// </summary>
|
||||
public enum AirplaneGameState
|
||||
{
|
||||
AirplaneSelection, // Player selecting airplane type
|
||||
Intro, // Intro sequence
|
||||
NextPerson, // Introducing the next person
|
||||
Aiming, // Player is aiming the airplane
|
||||
Flying, // Airplane is in flight
|
||||
Evaluating, // Evaluating the result of the flight
|
||||
GameOver // All people have had their turn
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user