summaryrefslogtreecommitdiffstats
path: root/demos/declarative/samegame/content/FastBlock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'demos/declarative/samegame/content/FastBlock.qml')
-rw-r--r--demos/declarative/samegame/content/FastBlock.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/declarative/samegame/content/FastBlock.qml b/demos/declarative/samegame/content/FastBlock.qml
index 6e02ced..5149911 100644
--- a/demos/declarative/samegame/content/FastBlock.qml
+++ b/demos/declarative/samegame/content/FastBlock.qml
@@ -2,6 +2,7 @@ Rect { id:block
//Note: These properties are the interface used to control the blocks
property bool dying: false
property bool spawned: false
+ property bool selected: false
property int type: 0
property int targetY: 0
property int targetX: 0