Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- NOTE: QuadratSerial.ttf included in build folder
- settings = {
- orientation =
- {
- default = "portrait",
- supported =
- {
- "portrait", "portraitUpsideDown"
- },
- },
- androidPermissions =
- {
- "android.permission.INTERNET",
- },
- iphone =
- {
- plist=
- {
- components = {},
- UIPrerenderedIcon = false,
- UIStatusBarHidden=true,
- UIApplicationExitsOnSuspend = false,
- UIAppFonts =
- {
- "QuadratSerial.ttf",
- },
- CFBundleIconFile = "Icon.png",
- CFBundleIconFiles = {
- "Icon-72.png" ,
- "Icon-Small-50.png" ,
- "Icon-Small.png",
- "Icon.png",
- },
- },
- },
- }
- -- EXAMPLE OF USING IT ...
- elements.Text_Header = display.newText( "", 0, 0, "QuadratSerial", 24 )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement