Commit Graph
3 Commits
Author SHA1 Message Date
abalone23andPeli de Halleux 2fec9dcc59 Change WINS/LOSSES to SCORE (#416)
Once step 7 is introduced WINS/LOSSES is not the correct terminology. SCORE should be used instead. For example, if initially there are 5 wins, followed by a loss, it would show: LOSSES:4
However, 4 is the current score, (5 WINS - 1 LOSS).
2017-06-13 20:40:47 -07:00
abalone23andPeli de Halleux ecc9c24dc9 add pause to step 7 (#414)
pause is needed in step 7 as well in order to display text.
2017-06-13 15:42:31 -07:00
abalone23andPeli de Halleux 8a2d46d447 add pause after addScore (#413)
It's necessary to add a pause after addScore in order to display showNumber and showString based on this ticket:
https://github.com/Microsoft/pxt/issues/2280
2017-06-13 12:48:54 -07:00