triple moon size, for now, to see them better
This commit is contained in:
parent
dbc0e9b1b9
commit
fafb73a463
|
@ -227,6 +227,9 @@ pub fn load_defs(
|
||||||
["vehicle", "yes"] => {
|
["vehicle", "yes"] => {
|
||||||
state.is_vehicle = true;
|
state.is_vehicle = true;
|
||||||
}
|
}
|
||||||
|
["moon", "yes"] => {
|
||||||
|
state.model_scale *= 3.0;
|
||||||
|
}
|
||||||
["oxygen", amount] => {
|
["oxygen", amount] => {
|
||||||
if let Ok(amount) = amount.parse::<f32>() {
|
if let Ok(amount) = amount.parse::<f32>() {
|
||||||
state.is_lifeform = true;
|
state.is_lifeform = true;
|
||||||
|
|
|
@ -42,24 +42,32 @@ actor -435000 0 -435000 io
|
||||||
rotationy -0.40
|
rotationy -0.40
|
||||||
angularmomentum 0 0.0001 0
|
angularmomentum 0 0.0001 0
|
||||||
sphere yes
|
sphere yes
|
||||||
|
moon yes
|
||||||
|
physics off
|
||||||
|
|
||||||
actor -900000 200000 1900000 europa
|
actor -900000 200000 1900000 europa
|
||||||
scale 8733
|
scale 8733
|
||||||
rotationy 0.20
|
rotationy 0.20
|
||||||
angularmomentum 0 0.0001 0
|
angularmomentum 0 0.0001 0
|
||||||
sphere yes
|
sphere yes
|
||||||
|
moon yes
|
||||||
|
physics off
|
||||||
|
|
||||||
actor 2500000 0 -1000000 ganymede
|
actor 2500000 0 -1000000 ganymede
|
||||||
scale 14737
|
scale 14737
|
||||||
rotationy -0.40
|
rotationy -0.40
|
||||||
angularmomentum 0 0.0001 0
|
angularmomentum 0 0.0001 0
|
||||||
sphere yes
|
sphere yes
|
||||||
|
moon yes
|
||||||
|
physics off
|
||||||
|
|
||||||
actor -4000000 0 1500000 callisto
|
actor -4000000 0 1500000 callisto
|
||||||
scale 13484
|
scale 13484
|
||||||
rotationy -0.40
|
rotationy -0.40
|
||||||
angularmomentum 0 0.0001 0
|
angularmomentum 0 0.0001 0
|
||||||
sphere yes
|
sphere yes
|
||||||
|
moon yes
|
||||||
|
physics off
|
||||||
|
|
||||||
actor 3000 0 0 moonlet
|
actor 3000 0 0 moonlet
|
||||||
scale 500
|
scale 500
|
||||||
|
|
Loading…
Reference in a new issue