mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
TWEAK: Balanced resolution and cpu usage with GRID_3D resolution
This commit is contained in:
parent
c6d512b0f2
commit
684ed774ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
// Adjust the below variables to suit your system specification and preferences.
|
||||||
// --- User Configuration ---
|
// --- User Configuration ---
|
||||||
#define ROTATE 1 // Set to 0 to disable auto-rotation in 3D mode.
|
#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 TOOLBAR_H 30
|
||||||
#define STATUSBAR_H 30
|
#define STATUSBAR_H 30
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue