Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KorolevSoftware committed Feb 1, 2023
1 parent b530b6d commit a0ea973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Defold extension wave path finder
You can use the Pathfinder extension in your own project by adding this project as a [Defold library dependency](http://www.defold.com/manuals/libraries/).
Open your game.project file and in the dependencies field under project add:

>https://github.com/selimanac/defold-astar/archive/master.zip
>https://github.com/KorolevSoftware/Pathfinder/archive/master.zip
git release coming soon

Expand All @@ -25,4 +25,4 @@ local map = {
{0, 0,0,0}
};
local path = pathfinder.solve(map, start, finish)
```
```

0 comments on commit a0ea973

Please sign in to comment.