Skip to content

Commit

Permalink
Add icon files to the distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Oct 14, 2013
0 parents commit 59f6e89
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 0 deletions.
18 changes: 18 additions & 0 deletions ICON_USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# How to use these icons #

Most of them will work without any work besides placing them in the same folder
as your `main.lua`.

The only one that needs special consideration is the `iTunesArtwork` file.
To enable it open the `config.lua` file in your Corona application folder and
make sure that the `iphone` table has a `plist` subtable that matches the
following:

```
iphone = {
plist = {
CFBundleIconFiles = {
"iTunesArtwork"
}
}
```
Binary file added Icon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icon-72@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icon-hdpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icon-ldpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icon-mdpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icon-xhdpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Copyright (c) 2013 The CoderDojo SV Mobile Games authors

Documentation and written content are licensed under the Creative Commons
CC BY-NC-SA 3.0 license.

This means you are free to share, distribute, copy, transmit, and adapt the
work as long as you:

* Attribute the original authors
* Do not use the work for commercial purposes
* Use only this license or a similar one to share and distribute adaptations or
works built upon this work.

For the full legal text of the documentation license see
http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode

For commercial licensing requests please [create an issue](https://github.com/CoderDojoSV/mobile-games/issues/new).

---

Copyright (c) 2013 The CoderDojo SV Mobile Games authors

All code is licensed under the MIT License: Do what you like
with it so long as the copyright notice is preserved and included in all
distributions.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Icons formatted for Corona with the Coder Dojo SV logo

Download them from the releases page and see [ICON_USAGE.md](/ICON_USAGE.md) for
details.
Binary file added iTunesArtwork
Binary file not shown.

0 comments on commit 59f6e89

Please sign in to comment.