Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
selimanac committed Jul 31, 2019
1 parent 2c21cd2 commit 572cf33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ end

### astar.solve_near(start_x, start_y, max_cost)

Finds the neighbours according to given cost. First value is the given start point.
Finds the neighbours according to given cost.
Returns multiple values:

##### near_result
Expand All @@ -154,7 +154,8 @@ Size of the found neighbours.


##### nears
Table with x and y coordinates
Table with x and y coordinates. First value is the given start point.


```lua
local start_x = 1
Expand Down

0 comments on commit 572cf33

Please sign in to comment.