Advertisement
Rakoonic

Sample config

Oct 1st, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. application =
  2. {
  3.     content =
  4.     {
  5.         width              = 320,
  6.         height             = 480,
  7.         scale              = "letterbox",
  8.         xAlign             = "left",
  9.         yAlign             = "top",
  10.         fps                = 60,
  11.         imageSuffix        =
  12.         {
  13.             [ "@2x" ] = 1.5,
  14.             [ "@4x" ] = 3.0,
  15.         },
  16.     },
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement