Working MVP code for Valentines
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Minigames.Airplane.Data
|
||||
{
|
||||
/// <summary>
|
||||
/// Camera states for the airplane minigame
|
||||
/// </summary>
|
||||
public enum AirplaneCameraState
|
||||
{
|
||||
Intro, // Intro sequence camera
|
||||
NextPerson, // Camera focusing on the next person
|
||||
Aiming, // Camera for aiming the airplane
|
||||
Flight // Camera following the airplane in flight
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user