11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
13 lines
332 B
INI
13 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";
|