Closed RelTakeover closed 8 years ago
It already exists.
how to activate?
or where i can change to activae effect?
THIS EFFECT IS BUGGY , NOT LIKE AGAR.IO :(
You can set smooth render to on when zoom is high, like this:
if (ratio < 0.4) {
isSimpleMode = true;
} else {
isSimpleMode = false;
}
The (0.4) is the zoom level where the cellborders get buggy.
you can do the smooth render effect like agar.io ?