@@ -81,10 +81,10 @@ pub struct LevelContributor {
81
81
#[ serde( rename_all = "SCREAMING_SNAKE_CASE" ) ]
82
82
#[ strum( serialize_all = "SCREAMING_SNAKE_CASE" ) ]
83
83
pub enum LevelGamemode {
84
- #[ strum( props( fancy = "Attack/Defend" ) ) ]
85
- AttackDefend ,
86
84
#[ strum( props( fancy = "Arcade" ) ) ]
87
85
Arcade ,
86
+ #[ strum( props( fancy = "Attack/Defend" ) ) ]
87
+ AttackDefend ,
88
88
#[ strum( props( fancy = "Bed Wars" ) ) ]
89
89
Bedwars ,
90
90
#[ strum( props( fancy = "Blitz" ) ) ]
@@ -95,38 +95,40 @@ pub enum LevelGamemode {
95
95
Bridge ,
96
96
#[ strum( props( fancy = "Capture the Flag" ) ) ]
97
97
CaptureTheFlag ,
98
- #[ strum( props( fancy = "Control the Point" ) ) ]
99
- ControlThePoint ,
100
98
#[ strum( props( fancy = "Capture the Wool" ) ) ]
101
99
CaptureTheWool ,
100
+ #[ strum( props( fancy = "Control the Point" ) ) ]
101
+ ControlThePoint ,
102
+ #[ strum( props( fancy = "Deathmatch" ) ) ]
103
+ Deathmatch ,
102
104
#[ strum( props( fancy = "Destroy the Core" ) ) ]
103
105
DestroyTheCore ,
104
106
#[ strum( props( fancy = "Destroy the Monument" ) ) ]
105
107
DestroyTheMonument ,
106
- #[ strum( props( fancy = "Free For All " ) ) ]
107
- FreeForAll ,
108
+ #[ strum( props( fancy = "5 Control Points " ) ) ]
109
+ FiveControlPoint ,
108
110
#[ strum( props( fancy = "Flag Football" ) ) ]
109
111
FlagFootball ,
112
+ #[ strum( props( fancy = "Free For All" ) ) ]
113
+ FreeForAll ,
110
114
#[ strum( props( fancy = "Infection" ) ) ]
111
115
Infection ,
112
- #[ strum( props( fancy = "King of the Hill" ) ) ]
113
- KingOfTheHill ,
114
116
#[ strum( props( fancy = "King of the Flag" ) ) ]
115
117
KingOfTheFlag ,
118
+ #[ strum( props( fancy = "King of the Hill" ) ) ]
119
+ KingOfTheHill ,
116
120
#[ strum( props( fancy = "Mixed" ) ) ]
117
121
Mixed ,
118
122
#[ strum( props( fancy = "Payload" ) ) ]
119
123
Payload ,
120
- #[ strum( props( fancy = "Rage" ) ) ]
121
- Rage ,
122
124
#[ strum( props( fancy = "Race for Wool" ) ) ]
123
125
RaceForWool ,
126
+ #[ strum( props( fancy = "Rage" ) ) ]
127
+ Rage ,
124
128
#[ strum( props( fancy = "Scorebox" ) ) ]
125
129
Scorebox ,
126
130
#[ strum( props( fancy = "Skywars" ) ) ]
127
131
Skywars ,
128
132
#[ strum( props( fancy = "Survival Games" ) ) ]
129
- SurvivalGames ,
130
- #[ strum( props( fancy = "Deathmatch" ) ) ]
131
- Deathmatch
133
+ SurvivalGames
132
134
}
0 commit comments