-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add default splash screen for iOS to allow full screen #18
- Loading branch information
1 parent
472cb07
commit bde192c
Showing
3 changed files
with
0 additions
and
0 deletions.
There are no files selected for viewing
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.
bde192c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to omit these files when generating the Android app (right now, all files in
resources
will be added to iOS/Android).Maybe we could do something like this?
resources/ios/**/*
resources/android/**/*
resources/*
(exceptios
andandroid
folders)bde192c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When create cross platform games, we always need Default-XXX.png
If users want to deploy game to android platform only, they can just remove it. And it is low cast. Don't you think so?
bde192c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can they remove the files from the Android app right now?
bde192c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bde192c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But then you lose the files for iOS :)
bde192c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saied "If users want to deploy game to android platform only, they can just remove it. And it is low cast. Don't you think so?"