From 0e04f764c0cad890e771446e815dec7c0dcb9f2c Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Sun, 18 Sep 2016 15:47:08 +0200 Subject: [PATCH] Updated the README.md to clarify changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d40d7c..543c4a9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A quite complex galaxy generater based on the work seen [here](http://loewald.com/galaxy). I'm currently making a game that needed a generated galaxy, so I thought that someone else could maybe use this tool as well. +In this newer version (v1.1.0) I took care of some inconsistencies that caused the program to spit out different galaxies on the same seed. Have fun!