mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
18 lines
533 B
INI
18 lines
533 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 = { "../../common/data_leveldesign", "../../common/data_common", "../../client/data" };
|
|
LigoPrimitiveClass = "world_editor_classes.xml";
|