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):
|
||||
pass
|
||||
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 Left", interrupt=True)
|
||||
environment['runtime']['outputManager'].presentText(environment, "Top", interrupt=True)
|
||||
return environment
|
||||
def setCallback(self, callback):
|
||||
pass
|
Loading…
Reference in New Issue
Block a user