File tree Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Expand file tree Collapse file tree 1 file changed +44
-2
lines changed Original file line number Diff line number Diff line change 1
- export const CLIENT_VERSION = '3.0 .0'
1
+ export const CLIENT_VERSION = '3.1 .0'
2
2
export const SPEC_VERSION = '1'
3
3
export const BATTLECODE_YEAR : number = 2025
4
4
export const MAP_SIZE_RANGE = {
@@ -63,7 +63,49 @@ export const ENGINE_BUILTIN_MAP_NAMES: string[] = [
63
63
'Snowglobe' ,
64
64
'Barcode' ,
65
65
'Flower' ,
66
- 'Piglets2'
66
+ 'Piglets2' ,
67
+
68
+ // HS
69
+ 'lighthouse' ,
70
+ 'shell' ,
71
+ 'walalilongla' ,
72
+ 'mit' ,
73
+ 'defensetower' ,
74
+ 'maze' ,
75
+ 'box' ,
76
+ 'roads' ,
77
+ 'Paintball' ,
78
+ 'FourCorners' ,
79
+ 'Snowman' ,
80
+ 'Crab' ,
81
+ 'Oasis' ,
82
+ 'TheBest' ,
83
+ 'starburst' ,
84
+ 'Portal' ,
85
+ 'Jail' ,
86
+ 'PlumberGame' ,
87
+
88
+ // Quals
89
+ 'boxofchocolates' ,
90
+ 'sunrise' ,
91
+ 'yearofthesnake' ,
92
+ 'Circuit' ,
93
+ 'headphones' ,
94
+ 'Brat' ,
95
+ 'Parking_lot' ,
96
+ 'Rose' ,
97
+ 'HungerGames' ,
98
+ 'Castle' ,
99
+ 'Bunny' ,
100
+ 'Terminal' ,
101
+ 'Leaf' ,
102
+ 'BatSignal' ,
103
+ 'CastleDefense' ,
104
+ 'AlarmClock' ,
105
+ 'DonkeyKong' ,
106
+ 'rain' ,
107
+ 'Dominoes' ,
108
+ 'SandyBeach'
67
109
]
68
110
69
111
export const TEAM_COLOR_NAMES = [ 'Silver' , 'Gold' ]
You can’t perform that action at this time.
0 commit comments