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 } |