File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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'
22export const SPEC_VERSION = '1'
33export const BATTLECODE_YEAR : number = 2025
44export 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
69111export const TEAM_COLOR_NAMES = [ 'Silver' , 'Gold' ]
You can’t perform that action at this time.
0 commit comments