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:
@@ -61,5 +61,15 @@
|
||||
Medium, // Moderate deviations, moderate thinking
|
||||
Hard // Minimal deviations, faster thinking
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Camera states for Fort Fight minigame
|
||||
/// </summary>
|
||||
public enum FortFightCameraState
|
||||
{
|
||||
WideView, // Shows entire battlefield
|
||||
PlayerOne, // Player 1's view
|
||||
PlayerTwo, // Player 2's view
|
||||
Projectile // Follows projectile in flight
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user