diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-09 14:52:50 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-09 14:52:50 +0200 |
commit | 857e8831cf4e25b487a1c390e1f32cef2ca2554d (patch) | |
tree | 4f0e21f4108fa0b63adf701f46989c43ea0b4da0 /README.md | |
parent | f33e0d721d881792720a9c4a8943d962e1cd2a5f (diff) | |
download | godot-hexgrid-857e8831cf4e25b487a1c390e1f32cef2ca2554d.zip godot-hexgrid-857e8831cf4e25b487a1c390e1f32cef2ca2554d.tar.gz |
implement adjacents()
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ base map made with [gimp](https://www.gimp.org) and my plugin [hexmap](https://g ## features - [x] Distance - - [ ] Adjacents + - [x] Adjacents - [x] Line Of Sight - [ ] Reachable Tiles ::: BFS - [ ] Shortest Path ::: A* |