mirror of
https://github.com/jcreek/Sarpy.git
synced 2026-07-13 11:13:44 +00:00
feat(*): Add bot files for rlbot
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user