mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 20:26:10 +08:00
Update Options.hpp
This commit is contained in:
@ -681,6 +681,7 @@ public:
|
|||||||
OPTION(bool, shadows, false);
|
OPTION(bool, shadows, false);
|
||||||
OPTION(float, ragdollgravity, 600.0f);
|
OPTION(float, ragdollgravity, 600.0f);
|
||||||
OPTION(float, ragdolltime, 1.0f);
|
OPTION(float, ragdolltime, 1.0f);
|
||||||
|
OPTION(int, fullbright, 0);
|
||||||
};
|
};
|
||||||
|
|
||||||
inline Options g_Options;
|
inline Options g_Options;
|
||||||
|
Reference in New Issue
Block a user