Skip to content

Commit

Permalink
idrk
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasRamos5 committed Jul 10, 2023
1 parent 33fab50 commit fc56ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _notebooks/2023-06-13-Mario.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -781,12 +781,12 @@
" }\n",
"\n",
" class Platform2 {\n",
" constructor(image) {\n",
" constructor(images) {\n",
" this.position = {\n",
" x: 0,\n",
" y: 200\n",
" }\n",
" this.image = image;\n",
" this.image = images;\n",
" this.width = 540;\n",
" this.height = 160;\n",
" }\n",
Expand Down

0 comments on commit fc56ac0

Please sign in to comment.