add DLANDSCAPE_CLOCKWISE_ROTATION option in defaults.lua

This commit is contained in:
chrox
2014-01-03 23:38:47 +08:00
parent e21e017b8d
commit 819fece802
2 changed files with 5 additions and 1 deletions

View File

@@ -42,6 +42,10 @@ DSHOWHIDDENFILES = false
-- default to false
DSHOWFILESIZE = false
-- landscape clockwise rotation
-- default to true, set to false for counterclockwise rotation
DLANDSCAPE_CLOCKWISE_ROTATION = true
-- customizable tap zones(rectangles)
-- x: x coordinate of top left corner in proportion of screen width
-- y: y coordinate of top left corner in proportion of screen height