Go to the source code of this file.
|
| float | gravity = -981.0f |
| | The gravitational force applied to the player.
|
| |
| float | jumpSpd = -1000.0f |
| | The vertical speed of the player when jumping.
|
| |
| float | moveSpd = 300.0f |
| | The horizontal movement speed of the player.
|
| |
◆ gravity
The gravitational force applied to the player.
Definition at line 3 of file globals.c.
◆ jumpSpd
The vertical speed of the player when jumping.
Definition at line 4 of file globals.c.
◆ moveSpd
The horizontal movement speed of the player.
Definition at line 5 of file globals.c.