Not working scaling and transforming

This commit is contained in:
Marcel
2018-05-06 12:44:38 +02:00
parent e2f0981a7f
commit 3932ac8638
3 changed files with 85 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ window.requestAnimFrame = (function (callback) {
const overlayCanvas = document.getElementById('minesweeper-overlay');
const overlayCtx = overlayCanvas.getContext('2d');
const particlesPerExplosion = 50;
const particlesPerExplosion = 20;
const particlesMinSpeed = 3;
const particlesMaxSpeed = 6;
const particlesMinSize = 3;