change SkyRace achievement score from 25 to 20

This commit is contained in:
yuni 2024-11-26 00:20:18 +01:00
parent f188e9935b
commit 8c82a74802

View file

@ -24,7 +24,7 @@ pub const CHEAT_WARP_1: &str = "pizzeria";
pub const CHEAT_WARP_2: &str = "busstopclippy2";
pub const CHEAT_WARP_3: &str = "busstopclippy3";
pub const RACE_TARGET_RADIUS: f64 = 5.0;
pub const RACE_SCORE_ACHIEVEMENT: u64 = 25;
pub const RACE_SCORE_ACHIEVEMENT: u64 = 20;
pub struct GamePlugin;
impl Plugin for GamePlugin {