mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-23 15:36:59 +00:00
racing:: reordered the tracks from easiest to hardest
This commit is contained in:
parent
82318e938f
commit
1810a89daa
21
racing.cpp
21
racing.cpp
@ -579,22 +579,21 @@ auto hook =
|
||||
|
||||
vector<eLand> race_lands = {
|
||||
laHunting,
|
||||
laIce,
|
||||
laDesert,
|
||||
|
||||
laCrossroads,
|
||||
laCaves,
|
||||
laJungle,
|
||||
laDesert,
|
||||
laRedRock,
|
||||
laDragon,
|
||||
laMirror,
|
||||
laHell,
|
||||
laRuins,
|
||||
laCaves,
|
||||
laWildWest,
|
||||
laIce,
|
||||
laHell,
|
||||
laTerracotta,
|
||||
laElementalWall,
|
||||
laDryForest,
|
||||
laDeadCaves,
|
||||
laRedRock,
|
||||
laElementalWall,
|
||||
laWildWest,
|
||||
laDragon,
|
||||
laTerracotta,
|
||||
laRuins,
|
||||
};
|
||||
|
||||
vector<string> playercmds_race = {
|
||||
|
Loading…
Reference in New Issue
Block a user