From a9893564ccb9356622980680511a55d798b1bee0 Mon Sep 17 00:00:00 2001 From: bbbbbr Date: Sat, 14 Sep 2019 03:12:43 -0700 Subject: [PATCH] Add Tools Tilemap GB and Tilemap Helper (#145) * Add Tilemap GB to Tools section * Add Tilemap Helper to Tools section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47e41de..2778be4 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,8 @@ The [To C Or Not To C](https://gist.github.com/ISSOtm/4f4d335c3fd258ad0dfc7d4d61 - [vtGBte](https://github.com/paul-arutyunov/vtGBte) - A minimalistic ncurses tile editor. - [tpp1](https://github.com/TwitchPlaysPokemon/tpp1) - Definition and specification of a custom GB/GBC memory/hardware mapper, as a functional superset of MBC. - [libstdgb](https://github.com/delwink/libstdgb) - A C library of useful Game Boy operations (SDCC). +- [Tilemap GB](https://github.com/bbbbbr/gimp-tilemap-gb) - GIMP image editor plug-in for importing & exporting GBMB and GBTD tilemaps and tilesets (as bitmap images or .GBM/.GBR files). +- [Tilemap Helper](https://github.com/bbbbbr/gimp-tilemap-helper) - GIMP image editor plug-in for optimizing tile maps and tile sets. ## Programming