Skip to content

Commit

Permalink
dvcg
Browse files Browse the repository at this point in the history
  • Loading branch information
loglot committed Aug 31, 2023
1 parent 5698b93 commit c2c2237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
//-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
const originalWidth = canvas.width;
const originalHeight = canvas.height;
var scaleX, scaleY;
var scaleX = 0;
var scaleY = 0;
//-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
window.requestAnimationFrame(gameLoop)

Expand Down

0 comments on commit c2c2237

Please sign in to comment.