Sha256: 8becc210a5e78e5b26e39e6e1f8c899b5ef246bb5eee2dbce7359ab3fd69e098

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

settings =
{
  orientation =
  {
    default = "landscapeRight",
    supported =
    {
      "landscapeLeft", "landscapeRight",
    },
  },
  iphone = {
    plist = {
      UIStatusBarHidden = false,
      UIPrerenderedIcon = true, -- set to false for "shine" overlay
      UIApplicationExitsOnSuspend = true,
    }
  },
  androidPermissions =
  {
    "android.permission.INTERNET"
  },
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nakor-0.0.3 lib/nakor/generators/corona-game-template/build.settings