We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c440d56 commit a72098cCopy full SHA for a72098c
2 files changed
rlbot_gui/story/story-default.json
@@ -172,7 +172,7 @@
172
{
173
"id": "CS-4",
174
"humanTeamSize": 1,
175
- "opponentBots": ["snek", "peter"],
+ "opponentBots": ["snek", "broccoli"],
176
"max_score": "3 Goals",
177
"map": "NeoTokyo",
178
"display": "How does that car turn so fast?"
setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-__version__ = '0.0.149'
+__version__ = '0.0.150'
4
5
with open("README.md", "r") as readme_file:
6
long_description = readme_file.read()
0 commit comments