Skip to content

Commit

Permalink
switch the images
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasRamos5 committed Jul 10, 2023
1 parent 3687367 commit af95c11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _notebooks/2023-06-13-Mario.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -891,11 +891,12 @@
"\n",
" const imageTube = new Image();\n",
" imageTube.onload = function() {\n",
" image2.src = 'https://samayass.github.io/samayaCSA/images/platform.png';\n",
" \n",
" imageTube.src = 'https://NicholasRamos5.github.io/VSCodings/images/MarioItems/tube.png';\n",
" };\n",
"\n",
" imageTube.src = 'https://NicholasRamos5.github.io/VSCodings/images/MarioItems/tube.png'; \n",
" \n",
" \n",
" image2.src = 'https://samayass.github.io/samayaCSA/images/platform.png';\n",
"</script>\n"
]
},
Expand Down

0 comments on commit af95c11

Please sign in to comment.