Scoreboard: Difference between revisions

BryanWB (talk | contribs)
No edit summary
BryanWB (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
* maxScore
* maxScore
* .inc(val), .dec(val) to increment and decrement score, default change by one if no val supplied
* .inc(val), .dec(val) to increment and decrement score, default change by one if no val supplied
* pause() score can't be changed
* reset()
* reset()
* start()
* start()
Line 13: Line 12:
Options
Options
* startBtn : true
* startBtn : true
* restartBtn : true
* resetBtn : true
* stopBtn : true
* stopBtn : true
* incValue : 1
* incValue : 1
Line 21: Line 20:
* display difficulty level
* display difficulty level
* .stop()
* .stop()
* pause() score can't be changed