diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-12 15:19:35 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-12 15:19:35 +0300 |
commit | 3d8dfa455e8cefa869a2714cc62e05385cf098d0 (patch) | |
tree | 7f0f440c53944ff8afc15e915331a35094d5e311 | |
parent | 8aabe7061552063a2f0be4ba6c1da44e383c0931 (diff) |
edit readme
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -49,9 +49,10 @@ For example see the tileset in `files/tilesets/knots`. ### Limitations -1. No more than 63 tiles, because I am using a 64-bit integer to store the superpositions - of tiles -2. Only tile based wave function collapse, I dont understand the other more complex one +1. Most likely works with more than 63 tiles, but i havent tested it. +2. A tile can either not connect with a tile or connect with all tiles that have a connection on the given direction. + It cant connect only with specific tiles. +3. Only tile based wave function collapse, I dont understand the other more complex one ### References |