1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

fix: Particles: onMouseEnter -> onMouseOver

This commit is contained in:
Braeden 2024-10-27 17:34:41 -04:00
parent 602c216db2
commit c0e70ef193

View file

@ -10,7 +10,7 @@ function makeParticles(data, amount=1, type = "normal") {
switch(thing) { switch(thing) {
case 'onClick': // Functions that should be copied over case 'onClick': // Functions that should be copied over
case 'onMouseEnter': case 'onMouseOver':
case 'onMouseLeave': case 'onMouseLeave':
case 'update': case 'update':
particle[thing] = data[thing] particle[thing] = data[thing]