[CONTROLS]--------------------------
[KEYBOARD KEY]			[ACTION]
W/Up					Jump
A/Left					Move Left
D/Right					Move Right
S/Down					Crouch
Period					Sprint
Q						Quit

[GAMEPAD BUTTON]		[ACTION]
A						Jump
LeftThumbLeft			Move Left
LeftThumbRight			Move Right
X						Crouch
RightTrigger			Sprint
Back					Quit
-------------------------------------

[EXPLANATION OF CODE ANALYSIS ERRORS]
[CODE]					[EXPLANATION]

CA1811					StaticCoin is not being used in this sprint, so this method is never called.
CA1051					Both of the visible instance fields in Mario are used in other classes
CA1034					The Enum is used in Level for updating purposes
CA2211					The public variable is used in Level to check how it should update
CA1823					The physicsEnvironment variable is used as part of a Singleton class