Added inverted landscape settings

This commit is contained in:
WS64
2014-07-16 14:03:48 +02:00
parent e88e2c3bd2
commit de16368cc9

View File

@@ -70,8 +70,12 @@ function Screen:init()
function self:offsetX()
if Screen.cur_rotation_mode == 0 then
return 6
else
elseif Screen.cur_rotation_mode == 1 then
return 12
elseif Screen.cur_rotation_mode == 2 then
return 12
elseif Screen.cur_rotation_mode == 3 then
return 6
end
end
function self:offsetY()