mirror of
https://github.com/thestk/stk
synced 2026-02-07 09:46:16 +00:00
Merge pull request #19 from arielelkin/Whistle-new-typedefs
Whistle: Replace const declarations with typedefs
This commit is contained in:
@@ -27,11 +27,11 @@ const int PEA_RADIUS = 30;
|
|||||||
const int BUMP_RADIUS = 5;
|
const int BUMP_RADIUS = 5;
|
||||||
|
|
||||||
const StkFloat NORM_CAN_LOSS = 0.97;
|
const StkFloat NORM_CAN_LOSS = 0.97;
|
||||||
const StkFloat SLOW_CAN_LOSS = 0.90;
|
//const StkFloat SLOW_CAN_LOSS = 0.90;
|
||||||
const StkFloat GRAVITY = 20.0;
|
const StkFloat GRAVITY = 20.0;
|
||||||
|
|
||||||
const StkFloat NORM_TICK_SIZE = 0.004;
|
const StkFloat NORM_TICK_SIZE = 0.004;
|
||||||
const StkFloat SLOW_TICK_SIZE = 0.0001;
|
//const StkFloat SLOW_TICK_SIZE = 0.0001;
|
||||||
|
|
||||||
const StkFloat ENV_RATE = 0.001;
|
const StkFloat ENV_RATE = 0.001;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user