From a453c75180ef0643157036d13b0ae2b5b9603c08 Mon Sep 17 00:00:00 2001 From: Ash Ketchum Date: Wed, 15 Jul 2026 21:07:07 +0200 Subject: README: longer demo GIF (boot -> MONEY cheat + confirm -> SAVER) ~20s, captured via deterministic input-replay + frame-capture. Also mark *.gif binary in .gitattributes so git stops CRLF-mangling the GIF blob (the previous demo.gif was corrupted by LF normalization). --- .gitattributes | 1 + screenshots/demo.gif | Bin 603144 -> 325817 bytes 2 files changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index ded45371..f7df23f0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,6 +8,7 @@ # Denote all files that are truly binary and should not be modified. *.bin binary *.png binary +*.gif binary *.2bpp binary *.1bpp binary *.rle binary diff --git a/screenshots/demo.gif b/screenshots/demo.gif index 904b7cc5..1e99df30 100644 Binary files a/screenshots/demo.gif and b/screenshots/demo.gif differ -- cgit v1.3.1-sl0p