Hendrix000007

config.lua

Mar 22nd, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. application =
  2. {
  3.     content =
  4.     {
  5.         width = 320,
  6.         height = 480,
  7.         scale = true,
  8.         fps = 60,
  9.         antialias = false,
  10.         xalign = "center",
  11.         yalign = "center",
  12.  
  13.         imageSuffix =
  14.         {
  15.             ["-hd"] = 1.6
  16.         }
  17.  
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment