rburmorrison / corona-sdk-template

A clean Corona SDK template with a defined file structure to get started on your projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corona SDK Template

A template for Corona SDK with a clear file structure to help you get started on your projects faster.

Suggestions

  1. Place all user-created modules under com/yourname/.
  2. Organize your files by scene. For each scene, create a folder under scenes/. Under that folder, place other folders for scene-specific files, such as scenes/menu/fonts/.
  3. For files shared between all scenes, place them under scenes/shared/.

About

A clean Corona SDK template with a defined file structure to get started on your projects.


Languages

Language:Lua 100.0%