latest state
This commit is contained in:
@ -32,7 +32,7 @@ namespace Config {
|
||||
constexpr int MAX_LEVELS = 20; // Maximum selectable starting level
|
||||
|
||||
// Gravity speed multiplier: 1.0 = normal, 2.0 = 2x slower, 0.5 = 2x faster
|
||||
constexpr double GRAVITY_SPEED_MULTIPLIER = 1;
|
||||
constexpr double GRAVITY_SPEED_MULTIPLIER = 2; // increase drop interval by ~100% to slow gravity
|
||||
}
|
||||
|
||||
// UI Layout constants
|
||||
|
||||
Reference in New Issue
Block a user