The Shadow Beneath Us

This is everything you need to know



Brief Explanation

Velocity is a physics-based game where your only objective is to get to the light,
if you are in the dark for a certain amount of time, you will lose health and start mutating and losing limbs
(arms, legs). You are equipped with a gun,
but this changes over time as the game progresses, the weapons that you can achieve/earn (CHRONOLOGICALLY) are, GUN, BOW, BATON, RAY GUN.



Player_0 is the main character of the game. He is the one that is meant to defeat the witch
and bring back the sun. His real name is

His real name is: Pencil.


Facts about Pencil!


Pencil is affected by gravity heavily, thus causing him to fall down A LOT.
Luckily you can takle this by reseting his position by pressing "e".

void Update() {
if (Input.GetKeyDown(KeyCode.E)) {
transform.rotation = Quaternion.Euler(new Vector3(0, 0, 0));
}
}

Here is the link to download the game:
Click me to download