feat(*): Add all default bot files

This commit is contained in:
Josh Creek
2023-09-25 20:39:00 +01:00
parent d12d42f114
commit 04bb2b68f8
19 changed files with 338 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from rlbot_gui import gui
# This is a useful way to start up RLBotGUI directly from your bot project. You can use it to
# arrange a match with the settings you like, and if you have a good IDE like PyCharm,
# you can do breakpoint debugging on your bot.
if __name__ == '__main__':
gui.start()