~hansueli-burri/+junk/Mastermind

« back to all changes in this revision

Viewing changes to Game/Tries/Tries.qml

  • Committer: Hansueli Burri
  • Date: 2013-10-05 12:30:34 UTC
  • Revision ID: hansueli.burri@gmail.com-20131005123034-jxfax17z1iqw1hwp
Added KeyBindings

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
            currentTry++;
17
17
 
18
18
    }
 
19
 
19
20
    function resetGame(){
20
21
        triesModel.clear();
21
22
        currentTry=0;