Skip to content

Commit 50d2bc9

Browse files
committed
Update main.blocks, main.ts
1 parent d4150cb commit 50d2bc9

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

.github/makecode/blocks.png

-13 KB
Loading

.github/makecode/blocksdiff.png

-24.1 KB
Loading

main.blocks

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ controller.up.onEvent(ControllerButtonEvent.Pressed, function () {
66
jack.vy = -100
77
jumpcount += 2
88
}
9-
music.playMelody("E G C5 - - - - - ", 416)
109
})
1110
scene.onOverlapTile(SpriteKind.Player, sprites.builtin.brick, function (sprite, location) {
1211
game.over(true)

0 commit comments

Comments
 (0)