Added showTime, showTurns and showFeedback

pull/41/head
Jørgen Follestad 2019-02-18 00:07:16 +01:00 committed by GitHub
parent 1ecf33545e
commit ea0874bdcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 1 deletions

View File

@ -111,6 +111,27 @@
"label": "Add button for retrying when the game is over",
"importance": "low",
"default": true
},
{
"name": "showTime",
"type": "boolean",
"label": "Show timer",
"importance": "low",
"default": true
},
{
"name": "showTurns",
"type": "boolean",
"label": "Show card turns",
"importance": "low",
"default": true
},
{
"name": "showFeedback",
"type": "boolean",
"label": "Show feedback",
"importance": "low",
"default": true
}
]
},
@ -193,7 +214,7 @@
"importance": "low",
"name": "label",
"type": "text",
"default": "Memory Game. Find the matching cards."
"default": "Memory Game. Find the matching cards."
},
{
"label": "Game finished label",