Fixed default generation ratios
This commit is contained in:
parent
a665dbccc9
commit
df613de022
1 changed files with 3 additions and 3 deletions
|
@ -86,9 +86,9 @@
|
|||
generate.group, generate.name: identify the structure from the related XML files
|
||||
Those only works in WarpDrive dimensions, they're ignored otherwise.
|
||||
-->
|
||||
<generate group="moon" ratio="0.008" />
|
||||
<generate group="asteroid" ratio="0.0015" />
|
||||
<generate group="asteroids_field" ratio="0.006" />
|
||||
<generate group="moon" ratio="0.00125" />
|
||||
<generate group="asteroid" ratio="0.0067" />
|
||||
<generate group="asteroids_field" ratio="0.0016" />
|
||||
</dimension>
|
||||
|
||||
<skybox>
|
||||
|
|
Loading…
Add table
Reference in a new issue