Update and rename top_left.py to review_top.py
This commit is contained in:
parent
b3abe8ddbe
commit
cb4e97b631
@ -5,11 +5,9 @@ class command():
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
pass
|
pass
|
||||||
def run(self, environment):
|
def run(self, environment):
|
||||||
environment['screenData']['newCursorReview'] = 'x:0,y:0'
|
environment['screenData']['newCursorReview'] = {'x':0,'y':0}
|
||||||
|
|
||||||
environment['screenData']['newCursorReview']['x'], environment['screenData']['newCursorReview']['y'], currChar = \
|
environment['runtime']['outputManager'].presentText(environment, "Top", interrupt=True)
|
||||||
|
|
||||||
environment['runtime']['outputManager'].presentText(environment, "Top Left", interrupt=True)
|
|
||||||
return environment
|
return environment
|
||||||
def setCallback(self, callback):
|
def setCallback(self, callback):
|
||||||
pass
|
pass
|
Loading…
Reference in New Issue
Block a user