Lessons fixes (#1609)

* fixing a bunch of lessons

* more fixes

* more fixes

* more cleanup

* Additional fixes
This commit is contained in:
Peli de Halleux
2018-11-09 15:36:46 -08:00
committed by GitHub
parent 2aa8d0cec6
commit 50367217f3
20 changed files with 75 additions and 91 deletions

View File

@ -79,7 +79,7 @@ input.onButtonPressed(Button.AB, () => {
}
basic.showNumber(Math.max(player1Score, player2Score))
})
input.onGesture(Gesture.LogoDown, () => {
input.onGesture(Gesture.LogoDown, function () {
player2Score = 0
player1Score = 0
basic.showString("Reset")