Skip to content

Commit 35574f3

Browse files
Merge branch 'master' into public-release
2 parents 653c403 + 28975a4 commit 35574f3

40 files 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']
2.68 KB
Binary file not shown.
2.2 KB
Binary file not shown.
1.89 KB
Binary file not shown.
2.86 KB
Binary file not shown.
1.66 KB
Binary file not shown.
1016 Bytes
Binary file not shown.
2.73 KB
Binary file not shown.
2.61 KB
Binary file not shown.
2.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)