somehow managed to implement rotation cleanly

This commit is contained in:
Pavel Lutskov
2019-01-29 17:31:52 +01:00
parent b6e7ab8aa4
commit b95417293b
4 changed files with 77 additions and 49 deletions

View File

@@ -21,11 +21,11 @@ def inform_controller_factory(who):
def handle_request(r):
global STATE
module = r.module
message = r.message
_state_old = STATE
permission = False
global STATE
if module == 'walker':
if message == 'move':