diff options
| author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-03 18:37:29 +0200 |
|---|---|---|
| committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2026-04-03 18:37:29 +0200 |
| commit | 7d2fd91a8572c4cfa1593fad8b08787202b93d01 (patch) | |
| tree | 39491f2a056e80ed9fc4a36a1576695fcf81f677 | |
| parent | e62a8d07de0d9117083f74fc1a6a1feceb6f745b (diff) | |
| download | usermoji-7d2fd91a8572c4cfa1593fad8b08787202b93d01.tar.xz | |
distort balls further
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ out/thoughts/%thoughts.png: plain/%.png mkthoughts thoughts/ | out/thoughts/ ./mkthoughts $< $@ $$(grep "^$$(basename -s .png $<) " thoughts/colors.txt | cut -d' ' -f 2) out/ball/%ball.png: plain/%.png tools/spherize | out/ball/ - ./tools/spherize -b none $< $@ + ./tools/spherize -a 1.2 -b none $< $@ out/%/: mkdir -p $@ |
