TWEAK: Balanced resolution and cpu usage with GRID_3D resolution

This commit is contained in:
boreddevnl 2026-04-03 11:46:33 +02:00
parent c6d512b0f2
commit 684ed774ee

View file

@ -17,7 +17,7 @@ extern void sys_parallel_run(void (*fn)(void*), void **args, int count);
// Adjust the below variables to suit your system specification and preferences.
// --- User Configuration ---
#define ROTATE 1 // Set to 0 to disable auto-rotation in 3D mode.
#define GRID_3D 100 // Grid resolution. Adjust on how much you want your PC to die (lmao)
#define GRID_3D 256 // Grid resolution. Adjust on how much you want your PC to die (lmao)
// --------------------------
#define TOOLBAR_H 30
#define STATUSBAR_H 30