From 7d2fd91a8572c4cfa1593fad8b08787202b93d01 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Fri, 3 Apr 2026 18:37:29 +0200 Subject: distort balls further --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- cgit v1.2.3