Jump Thingy 1.0
Jump platform game
Loading...
Searching...
No Matches
Variables
globals.c File Reference
#include "globals.h"

Go to the source code of this file.

Variables

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.
 

Variable Documentation

◆ gravity

float gravity = -981.0f

The gravitational force applied to the player.

Definition at line 3 of file globals.c.

◆ jumpSpd

float jumpSpd = -1000.0f

The vertical speed of the player when jumping.

Definition at line 4 of file globals.c.

◆ moveSpd

float moveSpd = 300.0f

The horizontal movement speed of the player.

Definition at line 5 of file globals.c.