Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
mario.cpp File Reference
#include "mario.h"
Include dependency graph for mario.cpp:

Go to the source code of this file.

Variables

float maxMoveVelocity = 25
 
float startVelocity = 10
 
const float terminalVelocity = 70
 
float groundDrag = 120.f
 
float airDrag = 60.f
 

Variable Documentation

◆ airDrag

float airDrag = 60.f

Definition at line 145 of file mario.cpp.

◆ groundDrag

float groundDrag = 120.f

Definition at line 144 of file mario.cpp.

◆ maxMoveVelocity

float maxMoveVelocity = 25

Definition at line 37 of file mario.cpp.

◆ startVelocity

float startVelocity = 10

Definition at line 38 of file mario.cpp.

◆ terminalVelocity

const float terminalVelocity = 70

Definition at line 99 of file mario.cpp.