Skip to content

Commit

Permalink
umm?
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasRamos5 committed Jul 10, 2023
1 parent d1f20f4 commit d1c6cf0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions _notebooks/2023-06-13-Mario.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 36,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -370,7 +370,9 @@
" const image2 = new Image();\n",
" const imageTube = new Image();\n",
"\n",
" imageTube.onload = function() {\n",
" image2.onload = function() {\n",
" imageTube.onload = function() {\n",
" \n",
" const player2 = new Player2();\n",
" const platform2 = new Platform2(image2);\n",
" const tube = new Tube(imageTube);\n",
Expand Down Expand Up @@ -447,16 +449,11 @@
" break;\n",
" }\n",
" });\n",
" };\n",
"\n",
" const imageTube = new Image();\n",
" image2.onload = function() {\n",
" \n",
" imageTube.src = 'https://NicholasRamos5.github.io/VSCodings/images/MarioItems/tube.png';\n",
" };\n",
"\n",
" \n",
" }\n",
" imageTube.src = 'https://NicholasRamos5.github.io/VSCodings/images/MarioItems/tube.png';\n",
" }\n",
" image2.src = 'https://samayass.github.io/samayaCSA/images/platform.png';\n",
"\n",
"</script>\n"
],
"text/plain": [
Expand Down Expand Up @@ -543,9 +540,7 @@
" const image2 = new Image();\n",
" const imageTube = new Image();\n",
"\n",
" image2.onload = function() {\n",
" imageTube.onload = function() {\n",
" \n",
" imageTube.onload = function() {\n",
" const player2 = new Player2();\n",
" const platform2 = new Platform2(image2);\n",
" const tube = new Tube(imageTube);\n",
Expand Down Expand Up @@ -622,11 +617,16 @@
" break;\n",
" }\n",
" });\n",
" }\n",
" imageTube.src = 'https://NicholasRamos5.github.io/VSCodings/images/MarioItems/tube.png';\n",
" }\n",
" image2.src = 'https://samayass.github.io/samayaCSA/images/platform.png';\n",
" };\n",
"\n",
" const imageTube = new Image();\n",
" image2.onload = function() {\n",
" \n",
" imageTube.src = 'https://NicholasRamos5.github.io/VSCodings/images/MarioItems/tube.png';\n",
" };\n",
"\n",
" \n",
" image2.src = 'https://samayass.github.io/samayaCSA/images/platform.png';\n",
"</script>\n"
]
},
Expand Down

0 comments on commit d1c6cf0

Please sign in to comment.