controls are inverted cant move could have a better menu screen
_size is an fps with procedurally generated levels, where your size depends on your health and shooting costs health.
Controls
--------------------------------------
Move - [WASD]
Jump - [Space]
Pause- [ESC]
Fire/Change Size - [Left Mouse]
Toggle Torch- [Right Mouse]
controls are inverted cant move could have a better menu screen
I think it because you can rotate the camera over the top of the character leaving it inverted. If this was the problem I have just fixed this.
game certainly improved since the last time I played it, now there are enemies and had some fun killing time
the controls are a bit too "sticky" (?) to me somehow, the character keeps moving at full speed even after releasing the buttons
I think there's a function in Unity called Input.GetAxis() which returns a float between 0.0 and 1.0, you could use it to speed up or slow down the character as the movement keys are being pressed :)
I think it because you can rotate the camera over the top of the character leaving it inverted. If this was the problem I have just fixed this.