From 4795fcad304087a9308e024a25233873c43501be Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 10 Mar 2025 23:26:56 +0100 Subject: docs: Align GIFs to the center MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- scroll/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'scroll/README.md') diff --git a/scroll/README.md b/scroll/README.md index 25033a4..5bbfa9d 100644 --- a/scroll/README.md +++ b/scroll/README.md @@ -22,7 +22,9 @@ worth of data. This is delivered on the `level.s` example, and pressing "Select" allows you to toggle between different "levels". This gives you the following results: -![level.gif](../docs/level.gif) +
+ level.gif +
This is all accomplished by dropping the notion of tiles and speaking in "metatile" terms. That is, instead of dividing the screen in 8x8 pixels, we go @@ -71,7 +73,9 @@ three sections that move in different directions/speed. Something similar (but more simple) has been reproduced in [roulette.s](./roulette.s), giving the following result: -![roulette.png](../docs/roulette.gif) +
+ roulette.gif +
## Expanding to have multiple scrolling directions -- cgit v1.2.3