forked from play-co/timestep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request play-co#24 from gameclosure/fix-splash
Fix splash
- Loading branch information
Showing
43 changed files
with
226 additions
and
65 deletions.
There are no files selected for viewing
Submodule gcapi
updated
from c52ea7 to a60d0c
Submodule timestep
updated
from b829ae to b15211
Submodule whack-that-mole
updated
from 32aed3 to 1721a6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,43 +6,42 @@ | |
"supportedOrientations": [ | ||
"landscape" | ||
], | ||
"icons": { | ||
"28": "preload/icons/icon28.png", | ||
"38": "preload/icons/icon38.png", | ||
"48": "preload/icons/icon48.png", | ||
"56": "preload/icons/icon56.png", | ||
"57": "preload/icons/icon57.png", | ||
"72": "preload/icons/icon72.png", | ||
"114": "preload/icons/icon114.png", | ||
"144": "preload/icons/icon144.png", | ||
"512": "preload/icons/icon512.png" | ||
}, | ||
"preload": { | ||
"icon": "resources/icons/icon512.png", | ||
"splash": { | ||
"autoHide": true, | ||
"img": "preload/splash.png", | ||
"iphone": { | ||
"launch": "preload/iphone/Default.png", | ||
"launchRetina": "preload/iphone/[email protected]", | ||
"launchRetina4": "preload/iphone/[email protected]" | ||
}, | ||
"ipad": { | ||
"portrait": "preload/ipad/Default-Portrait~ipad.png", | ||
"portraitRetina": "preload/ipad/Default-Portrait@2x~ipad.png", | ||
"landscape": "preload/ipad/Default-Landscape~ipad.png", | ||
"landscapeRetina": "preload/ipad/Default-Landscape@2x~ipad.png" | ||
"scaleMethod": "cover", | ||
"portrait480": "resources/splash/portrait480.png", | ||
"portrait960": "resources/splash/portrait960.png", | ||
"portrait1024": "resources/splash/portrait1024.png", | ||
"portrait1136": "resources/splash/portrait1136.png", | ||
"portrait2048": "resources/splash/portrait2048.png", | ||
"landscape768": "resources/splash/landscape768.png", | ||
"landscape1536": "resources/splash/landscape1536.png" | ||
}, | ||
"android": { | ||
"versionCode": 1, | ||
"icons": { | ||
"36": "resources/icons/android36.png", | ||
"48": "resources/icons/android48.png", | ||
"72": "resources/icons/android72.png", | ||
"96": "resources/icons/android96.png" | ||
} | ||
}, | ||
"ios": { | ||
"bundleID": "example.bundle", | ||
"appleID": "12345678", | ||
"version": "1.0.0", | ||
"icons": { | ||
"renderGloss": true, | ||
"57": "resources/icons/ios57.png", | ||
"72": "resources/icons/ios72.png", | ||
"114": "resources/icons/ios114.png", | ||
"144": "resources/icons/ios144.png" | ||
} | ||
}, | ||
"studio": { | ||
"name": "Example Studio Name", | ||
"domain": "studio.example.com", | ||
"stagingDomain": "staging.example.com" | ||
}, | ||
"android": { | ||
"versionCode": 1 | ||
}, | ||
"ios": { | ||
"bundleID": "example.bundle", | ||
"appleID": "1234567", | ||
"version": "1.0.0" | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Your game must incorporate the Game Closure logo provided in the GC DevKit | ||
(or another logo expressly made available to you by Game Closure) (“Logo”) | ||
in the following manner: | ||
|
||
+ The Logo must be unmodified. | ||
|
||
+ The Logo must conform to any instructions or directives provided with the | ||
splash screen source, including but not limited to directives on the duration | ||
of exposure, timing of exposure, pixel density, aspect ratio, and overall | ||
quality of presentation. | ||
|
||
+ Unless otherwise specified, the Logo must be displayed for 3 seconds at full | ||
resolution and maximum quality allowed by the phone. | ||
|
||
+ The Logo must not be stretched or skewed, but the background content may be | ||
truncated in the case that the Logo does not exactly fit the aspect ratio of | ||
the physical device. | ||
|
||
+ The Logo must be shown before any menu is displayed or user input is received | ||
and processed by the game. | ||
|
||
|
||
Subject to the terms of conditions of this Agreement and any guidelines that | ||
may be provided or updated by Game Closure from time to time, Game Closure | ||
hereby grants you a non-exclusive, revocable, worldwide, non-sublicesable, | ||
nontransferable right to use the Logo solely in accordance with the foregoing | ||
guidelines. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,46 @@ | ||
{ | ||
"title": "StackView Template", | ||
"icons": { | ||
"128": "resources/images/icon.png" | ||
"appID": "stackviewtemplate", | ||
"shortName": "stackview", | ||
"title": "Stack View Template", | ||
"studio": { | ||
"name": "Lil' Varmit Studios", | ||
"domain": "lilvarmit.com", | ||
"stagingDomain": "staging.lilvarmit.com" | ||
}, | ||
"supportedOrientations": [ | ||
"portrait" | ||
], | ||
"preload": { | ||
"icon": "resources/icons/icon512.png", | ||
"splash": { | ||
"autoHide": true, | ||
"img": "resources/images/splash.png" | ||
} | ||
"scaleMethod": "cover", | ||
"portrait480": "resources/splash/portrait480.png", | ||
"portrait960": "resources/splash/portrait960.png", | ||
"portrait1024": "resources/splash/portrait1024.png", | ||
"portrait1136": "resources/splash/portrait1136.png", | ||
"portrait2048": "resources/splash/portrait2048.png", | ||
"landscape768": "resources/splash/landscape768.png", | ||
"landscape1536": "resources/splash/landscape1536.png" | ||
}, | ||
"android": { | ||
"versionCode": 1, | ||
"icons": { | ||
"36": "resources/icons/android36.png", | ||
"48": "resources/icons/android48.png", | ||
"72": "resources/icons/android72.png", | ||
"96": "resources/icons/android96.png" | ||
} | ||
}, | ||
"ios": { | ||
"bundleID": "whackamole", | ||
"appleID": "123456789", | ||
"version": "1.0.0", | ||
"icons": { | ||
"57": "resources/icons/ios57.png", | ||
"72": "resources/icons/ios72.png", | ||
"114": "resources/icons/ios114.png", | ||
"144": "resources/icons/ios144.png", | ||
"renderGloss": true | ||
} | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.