Lessons fixes (#1609)
* fixing a bunch of lessons * more fixes * more fixes * more cleanup * Additional fixes
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user