From ea0874bdcdafe4a24f31eae11e3fc8a5b14f5717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Follestad?= <44672586+jfcgno@users.noreply.github.com> Date: Mon, 18 Feb 2019 00:07:16 +0100 Subject: [PATCH] Added showTime, showTurns and showFeedback --- semantics.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/semantics.json b/semantics.json index 3e73546..fe19c03 100644 --- a/semantics.json +++ b/semantics.json @@ -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",