menu/settings updated

This commit is contained in:
Jadis0x
2024-05-16 22:12:57 +03:00
parent 1526e262f8
commit edc1061b5d
5 changed files with 141 additions and 124 deletions

View File

@@ -5,7 +5,7 @@ namespace settings {
int height = 1080;
int width = 1920;
bool big_flashlight = false;
bool fullBright = false;
float flashlight_color[4] = { 255.f, 255.f, 255.f, 255.f };
bool unlimited_uv = false;

View File

@@ -8,7 +8,7 @@ namespace settings {
extern int height;
extern int width;
extern bool big_flashlight;
extern bool fullBright;
extern float flashlight_color[4];
extern bool unlimited_uv;