qml/main.qml

changeset 6
7e96a43d8f0d
parent 3
c5c9ba04c01a
     1.1 --- a/qml/main.qml	Fri Jul 08 22:43:08 2011 +0200
     1.2 +++ b/qml/main.qml	Sat Jul 09 09:47:29 2011 +0200
     1.3 @@ -132,7 +132,7 @@
     1.4      }
     1.5  
     1.6      Timer {             // just waits a second before moving the arms of
     1.7 -        interval: 1000  // the game subclocks into their initial position
     1.8 +        interval: 2000  // the game subclocks into their initial position
     1.9          running: true
    1.10          onTriggered: {
    1.11              opponOne.timeInit()

mercurial