state sync; the basic early game works
This commit is contained in:
@@ -9,13 +9,13 @@ import webview
|
||||
|
||||
import flask
|
||||
|
||||
from pylocal import core, desktop, dev, items, tick
|
||||
from pylocal import core, actions, desktop, dev, items, tick
|
||||
|
||||
core.desktop_mode = True
|
||||
sig_exit = threading.Event()
|
||||
|
||||
argp = argparse.ArgumentParser("seagull")
|
||||
argp.add_argument("-d", "--debug", action="store_true")
|
||||
argp.add_argument("-d", "--debug", action="store_true", help="Launches the game in \"debug mode\".")
|
||||
argo = argp.parse_args()
|
||||
|
||||
@core.app.route("/")
|
||||
|
Reference in New Issue
Block a user