|
Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
|
#include "mario.h"
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 |