From c12ede0d2a3ef69b3ce575890d9b550cdfc9ed6b Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Sat, 28 May 2016 14:42:06 +1000 Subject: [PATCH] Update README.md --- 026.tile_hscroll/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/026.tile_hscroll/README.md b/026.tile_hscroll/README.md index 3295e15..073737d 100644 --- a/026.tile_hscroll/README.md +++ b/026.tile_hscroll/README.md @@ -1,7 +1,7 @@ tile hscroll ============ -In this example we used the [Tilled](http://www.mapeditor.org/) map editor to create a tile map. +In this example we used the [Tiled](http://www.mapeditor.org/) map editor to create a tile map. Next we use a new utility I wrote [mapgen](../tools/mapgen) to convert the tiled map data into bitplane offsets that we then use to blit tiles just to the right of the visible screen.