Skip to content

Commit 938154e

Browse files
Update index.html
1 parent 0100aba commit 938154e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
console.log('done freeze')
219219
player.freeze = false;
220220
player.x = canvas.width / 2;
221-
player.y = 50;
221+
player.y = 140;
222222
player.vx = 0;
223223
player.vy = 0;
224224
}, 1000);

0 commit comments

Comments
 (0)