aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-03 18:37:29 +0200
committerLizzy Fleckenstein <lizzy@vlhl.dev>2026-04-03 18:37:29 +0200
commit7d2fd91a8572c4cfa1593fad8b08787202b93d01 (patch)
tree39491f2a056e80ed9fc4a36a1576695fcf81f677
parente62a8d07de0d9117083f74fc1a6a1feceb6f745b (diff)
downloadusermoji-7d2fd91a8572c4cfa1593fad8b08787202b93d01.tar.xz
distort balls further
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26e80f15..d557eccf 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@