diff --git a/js/technical/particleSystem.js b/js/technical/particleSystem.js index ba5a4b8..d84dbd2 100644 --- a/js/technical/particleSystem.js +++ b/js/technical/particleSystem.js @@ -10,7 +10,7 @@ function makeParticles(data, amount=1, type = "normal") { switch(thing) { case 'onClick': // Functions that should be copied over - case 'onMouseEnter': + case 'onMouseOver': case 'onMouseLeave': case 'update': particle[thing] = data[thing]