This commit is contained in:
Miloslav Číž 2018-09-24 18:33:21 +02:00
parent 6c95095866
commit a9cde181be

View file

@ -14,7 +14,7 @@
// ^ this turns off textures
// redefine some parameters
#define FPS 60
#define FPS 255
#define GRAVITY_ACCELERATION (RCL_UNITS_PER_SQUARE * 3)
#define PLAYER_JUMP_SPEED 700
#define RCL_CAMERA_COLL_HEIGHT_BELOW ((3 * RCL_UNITS_PER_SQUARE) / 2)