Skip to content

Instantly share code, notes, and snippets.

@jishnu7
Last active August 29, 2015 14:03
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 jishnu7/e492e592fc60de941ff2 to your computer and use it in GitHub Desktop.
Save jishnu7/e492e592fc60de941ff2 to your computer and use it in GitHub Desktop.
Tutorial module
{
// screen
map_screen: {
// milestone number
1: [
{
id: 'milestone',
text: 'Welcome! Tap on Milestone-1 to start playing.'
},
{
id: 'milestone_2',
text: 'Second text.'
hideNext: true
}
],
55: [
{
id: 'map',
// show ok button
ok: true,
text: 'To go to previous map, tap here.'
}
]
}
}
{
undo: [
{
id: 'undo',
ms: false,
text: 'text',
ok: true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment