double moon sizes

This commit is contained in:
yuni 2024-04-02 01:07:30 +02:00
parent 2d7b787593
commit 0e80bdb732

View file

@ -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>() {