Update liquid_mixing.js
This commit is contained in:
parent
ce6a273f31
commit
231d5b0657
|
|
@ -1,3 +1,5 @@
|
|||
// By Nekonico!
|
||||
|
||||
window.addEventListener('load', function() {
|
||||
for (var element in elements) {
|
||||
if (elements[element].state === "liquid" && elements[element].behavior !== behaviors.MOLTEN) {
|
||||
|
|
@ -179,4 +181,6 @@ doStaining = function(pixel) {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// By Nekonico!
|
||||
|
|
|
|||
Loading…
Reference in New Issue