From ba9832e9888612ad6dbbb4b3ab9eadd885d5c3cd Mon Sep 17 00:00:00 2001 From: Mau Magnaguagno Date: Thu, 27 Apr 2023 12:13:01 -0300 Subject: [PATCH] Link color spritegen from web.archive.org while original is down [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6411289..a152133 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I wanted cool sprites, but creative blocks are always haunting me... Soon I found an online tool generating several small sprites and thought: **Cool, but it is not Ruby...** :broken_heart: Inspecting the element I found the source with the [WTFPL](http://www.wtfpl.net/), and got started. -A [new colored version of Spritegen is available here](https://img.uninhabitant.com/spritegen.html). +A [new colored version of Spritegen is available here](https://web.archive.org/web/20221016034741/https://img.uninhabitant.com/spritegen.html). It was December 2013, created my own version with most of the algorithm intact to test my Image class. With integer probability and seed control it was easy to handle the beast.