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:
parent
602c216db2
commit
c0e70ef193
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue