double moon sizes
This commit is contained in:
parent
2d7b787593
commit
0e80bdb732
|
@ -258,7 +258,7 @@ pub fn load_defs(
|
|||
state.is_vehicle = true;
|
||||
}
|
||||
["moon", "yes"] => {
|
||||
state.model_scale *= 3.0;
|
||||
state.model_scale *= 6.0;
|
||||
}
|
||||
["oxygen", amount] => {
|
||||
if let Ok(amount) = amount.parse::<f32>() {
|
||||
|
|
Loading…
Reference in a new issue