Skip to content

Instantly share code, notes, and snippets.

@krawaller
Created May 18, 2010 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krawaller/404945 to your computer and use it in GitHub Desktop.
Save krawaller/404945 to your computer and use it in GitHub Desktop.
Ti.include('../js/go.view.pre.js');
currentWin.add(Go.table([{
titleKey: 'play',
url: 'play_menu.js'
},
{
titleKey: 'options',
url: 'options.js'
},
{
titleKey: 'highscore',
url: 'highscore.js'
},
{
titleKey: 'help',
url: 'help.js'
},
{
titleKey: 'credits',
url: 'credits.js'
}], {
headerSubtitleKey: 'tagline',
footerTitleKey: 'createdByKrawaller'
}));
Ti.include('../js/go.view.post.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment