qml/main.qml

changeset 8
6fe6d3548766
parent 3
c5c9ba04c01a
equal deleted inserted replaced
0:ecc21dda7e7e 1:cc14d00b6781
130 // console.log("Problem click in initial.") // in init state 130 // console.log("Problem click in initial.") // in init state
131 } 131 }
132 } 132 }
133 133
134 Timer { // just waits a second before moving the arms of 134 Timer { // just waits a second before moving the arms of
135 interval: 1000 // the game subclocks into their initial position 135 interval: 2000 // the game subclocks into their initial position
136 running: true 136 running: true
137 onTriggered: { 137 onTriggered: {
138 opponOne.timeInit() 138 opponOne.timeInit()
139 opponTwo.timeInit() 139 opponTwo.timeInit()
140 } 140 }

mercurial