feat: Increase gravity strength by 3x and enhance element fall mechanics
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Game constants
|
||||
const CHUNK_SIZE = 200;
|
||||
const PIXEL_SIZE = 4;
|
||||
const GRAVITY = 0.5;
|
||||
const GRAVITY = 1.5; // Increased gravity (3x stronger)
|
||||
const WATER_SPREAD = 3;
|
||||
|
||||
// Base Colors
|
||||
|
||||
Reference in New Issue
Block a user