Sha256: 6c7173da0e81e48a58e3b702a937a4ead7bb2b64e643bb3eeb6cde03b4adb2d9
Contents?: true
Size: 953 Bytes
Versions: 3
Compression:
Stored size: 953 Bytes
Contents
This is a template project for building games using [Corona SDK](http://www.coronalabs.com) ## Note to previous users This project has been updated to use the Storyboard API. You can find the old version, which uses Director, in the 1.0 branch. # Usage Out of the box, this is a working Corona project. It includes a splash screen (loadmenu.lua) which displays images/splash_screen.png for 1 second and then displays the main menu (menu.lua) with the following buttons: - Play - Settings - Help - About Note the naming convention for button images: The buttons for Play are btn_play.png and btn_play_over.png; the buttons for Settings are btn_settings.png and btn_settings_over.png, etc. If you have Ruby 1.9.3 installed, my Ruby gem [nakor](http://github.com/radamanthus/nakor) provides an easy command-line interface to generating apps from this template. # Credits This code is MIT licensed, see http://developer.coronalabs.com/code/license
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nakor-0.0.12 | lib/nakor/generators/corona-game-template/README |
nakor-0.0.10 | lib/nakor/generators/corona-game-template/README |
nakor-0.0.9 | lib/nakor/generators/corona-game-template/README |