mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
14 lines
332 B
INI
14 lines
332 B
INI
|
// Ligoscape configuration file
|
||
|
|
||
|
// Size of a cell of the ligoscape in meter
|
||
|
cell_size = 160;
|
||
|
|
||
|
// Snap precision for vertex position checking in meter
|
||
|
snap = 1;
|
||
|
|
||
|
// Zone snapshot resolution in pixel
|
||
|
zone_snapeshot_res = 128;
|
||
|
|
||
|
// The ligo class definition XML file
|
||
|
primitive_class_filename = "world_editor_classes.xml";
|