Advertisement
ylamagan

config.lua

Oct 9th, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. application = {
  2.     content = {
  3.         width = 320,
  4.         height = 480,
  5.         scale = "letterBox",
  6.         fps = 30,
  7.        
  8.         --[[
  9.         imageSuffix = {
  10.             ["@2x"] = 2,
  11.         }
  12.         --]]
  13.     },
  14.  
  15.     application =
  16.     {
  17.         license =
  18.         {
  19.             google =
  20.             {
  21.                 key = "my key",
  22.             },
  23.         },
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement