Skip to content

Commit f1f6918

Browse files
committed
New maps
1 parent 6b1c700 commit f1f6918

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "A high performance Python interface for communicating with RLBot
88
dynamic = ["version"]
99
requires-python = ">= 3.11"
1010
dependencies = [
11-
"rlbot_flatbuffers~=0.14.5",
11+
"rlbot_flatbuffers~=0.14.6",
1212
"psutil==7.*",
1313
]
1414
readme = "README.md"

rlbot/utils/maps.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
"SaltyShores_SaltyFest": "Beach_Night_GRS_P",
8181
"Carbon": "KO_Carbon_P",
8282
"DriftWoods": "Woods_P",
83+
"Neotokyo_Arcade": "NeoTokyo_Arcade_P",
84+
"FuturaGarden": "UF_Day_P",
8385
}
8486

8587
STANDARD_MAPS = [
@@ -131,4 +133,6 @@
131133
"AquaDome_Shallows",
132134
"SaltyShores_SaltyFest",
133135
"DriftWoods",
136+
"Neotokyo_Arcade",
137+
"FuturaGarden",
134138
]

rlbot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0-beta.36"
1+
__version__ = "2.0.0-beta.37"

0 commit comments

Comments
 (0)