Update and rename top_left.py to review_top.py

This commit is contained in:
chrys87 2016-08-29 17:16:31 +02:00 committed by GitHub
parent b3abe8ddbe
commit cb4e97b631

View File

@ -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