This is a template project for building games using Corona SDK
This project has been updated to use the Storyboard API. You can find the old version, which uses Director, in the 1.0 branch.
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 provides an easy command-line interface to generating apps from this template.
This code is MIT licensed, see https://developer.coronalabs.com/code/license