This commit is contained in:
Anuken
2020-05-28 21:13:25 -04:00
parent c5c8d646f7
commit a7f86b2ba6
12 changed files with 19 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ public class Generators{
for(int i = 0; i < frames; i++){
float fin = (float)i / (frames);
float fout = 1f - fin;
float stroke = 4f * fout;
float stroke = 3.5f * fout;
float radius = (size/2f) * fin;
Pixmap pixmap = new Pixmap(size, size);