Alpha 4
This commit is contained in:
parent
fb8b0a189d
commit
0f617c3de1
19 changed files with 1196 additions and 35 deletions
|
|
@ -4,6 +4,19 @@
|
|||
Part of MariENB, the personal ENB of Marisa.
|
||||
Released under the WTFPL.
|
||||
*/
|
||||
/* fixed resolution */
|
||||
int fixedx
|
||||
<
|
||||
string UIName = "_FixedResolutionX";
|
||||
string UIWidget = "Spinner";
|
||||
int UIMin = 0;
|
||||
> = {0};
|
||||
int fixedy
|
||||
<
|
||||
string UIName = "_FixedResolutionY";
|
||||
string UIWidget = "Spinner";
|
||||
int UIMin = 0;
|
||||
> = {0};
|
||||
/* Border darkening */
|
||||
/* radius of darkening (relative to screen width) */
|
||||
float dkradius_n
|
||||
|
|
|
|||
Reference in a new issue