Skip to content

Commit

Permalink
FINALLY FIXED THE PIGEON LESTGOOO
Browse files Browse the repository at this point in the history
  • Loading branch information
katiek27 committed Oct 2, 2023
1 parent 3e9c02d commit 778a497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _notebooks/2023-09-16-SPRITETESTINGLOL.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
" window.addEventListener('load', function () {\n",
" const canvas = document.getElementById('spriteContainer');\n",
" const ctx = canvas.getContext('2d');\n",
" const SPRITE_WIDTH = 290; // matches sprite pixel width\n",
" const SPRITE_WIDTH = 115; // matches sprite pixel width\n",
" const SPRITE_HEIGHT = 128; // matches sprite pixel height\n",
" const SCALE_FACTOR = 2; // control size of sprite on canvas\n",
" const FRAME_LIMIT = 3; // number of frames per row, this code assumes each row is the same\n",
Expand Down

0 comments on commit 778a497

Please sign in to comment.