Port over physics and pathfinding

This commit is contained in:
2020-09-08 15:33:42 -06:00
parent 0b59e8c438
commit 100b4da80d
6 changed files with 724 additions and 19 deletions
+3
View File
@@ -10,9 +10,12 @@ from watchdog.observers import Observer
from watchdog.events import PatternMatchingEventHandler
import bot
global_state = Bunch()
g = global_state
g.local_state = False
g.connection = False
g.pos = False
@app.route('/')
def hello_world():