From fa6f4ab0139b443bae6cdee9980d0f70ed991b0c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 9 Oct 2025 00:59:28 +0200 Subject: Increase screenshot resolution --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 214ebc85..318569ea 100644 --- a/makefile +++ b/makefile @@ -50,9 +50,9 @@ target/book/tiles/list: $(TOOLS) $(ALL_DATA) target/book/items/list: $(TOOLS) $(ALL_DATA) @mkdir -p $(dir $@); $(TOOLS) map-items 5star > $@~ && cp $@~ $@ target/book/tiles/done: target/book/tiles/list client/.godot/import-finished - $(CLIENT) --render-tiles ../$< --render-output ../$(dir $@) --render-resolution 256; touch $@ + $(CLIENT) --render-tiles ../$< --render-output ../$(dir $@) --render-resolution 512; touch $@ target/book/items/done: target/book/items/list client/.godot/import-finished - $(CLIENT) --render-items ../$< --render-output ../$(dir $@) --render-resolution 256; touch $@ + $(CLIENT) --render-items ../$< --render-output ../$(dir $@) --render-resolution 512; touch $@ target/book/book.html: target/book/tiles/done target/book/items/done $(BOOK_EXPORT) $(ALL_DATA) $(BOOK_EXPORT) -f html -m 5star > $@~ && cp $@~ $@ -- cgit v1.3