diff -r b1a5f887cd81 -r 7e96a43d8f0d qml/main.qml --- a/qml/main.qml Fri Jul 08 22:43:08 2011 +0200 +++ b/qml/main.qml Sat Jul 09 09:47:29 2011 +0200 @@ -132,7 +132,7 @@ } Timer { // just waits a second before moving the arms of - interval: 1000 // the game subclocks into their initial position + interval: 2000 // the game subclocks into their initial position running: true onTriggered: { opponOne.timeInit()