19 lines
485 B
INI
19 lines
485 B
INI
//////////////////////////
|
|
//////////////////////////
|
|
/// CLIENT CONFIG FILE ///
|
|
//////////////////////////
|
|
//////////////////////////
|
|
FullScreen = 0;
|
|
Width = 800;
|
|
Height = 600;
|
|
PositionX = 0;
|
|
PositionY = 0;
|
|
Frequency = 60;
|
|
Depth = 32;
|
|
Sleep = -1;
|
|
Contrast = 0.0; // -1.0 ~ 1.0
|
|
Luminosity = 0.0; // -1.0 ~ 1.0
|
|
Gamma = 0.0; // -1.0 ~ 1.0
|
|
DataPath = { "patch", "data_leveldesign", "data_common", "data" };
|
|
LigoPrimitiveClass = "world_editor_classes.xml";
|