Skip to content

Commit 4c6559b

Browse files
Bump version
1 parent 162171f commit 4c6559b

File tree

1 file changed

+44
-2
lines changed

1 file changed

+44
-2
lines changed

client/src/constants.ts

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CLIENT_VERSION = '3.0.0'
1+
export const CLIENT_VERSION = '3.1.0'
22
export const SPEC_VERSION = '1'
33
export const BATTLECODE_YEAR: number = 2025
44
export const MAP_SIZE_RANGE = {
@@ -63,7 +63,49 @@ export const ENGINE_BUILTIN_MAP_NAMES: string[] = [
6363
'Snowglobe',
6464
'Barcode',
6565
'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'
67109
]
68110

69111
export const TEAM_COLOR_NAMES = ['Silver', 'Gold']

0 commit comments

Comments
 (0)