feat: Increase gravity strength by 3x and enhance element fall mechanics

This commit is contained in:
Kacper Kostka (aider)
2025-04-05 17:07:03 +02:00
parent 7cabd79d5f
commit 2067dad1d3
4 changed files with 10 additions and 10 deletions

View File

@@ -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