Skip to content

Commit

Permalink
try tube 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasRamos5 committed Jul 10, 2023
1 parent e956753 commit 3687367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _notebooks/2023-06-13-Mario.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
" image2.onload = function() {\n",
" const player2 = new Player2();\n",
" const platform2 = new Platform2(image2);\n",
" const tube = new Tube(image2);\n",
" const tube = new Tube(imageTube);\n",
" const keys2 = {\n",
" right: {\n",
" pressed: false\n",
Expand Down

0 comments on commit 3687367

Please sign in to comment.