OverBern
Results
1
issues of
OverBern
get_hex_cost() and get_move_cost() expect HexCell to treat Vector2s as axial coordinates, while HexCell actually treats them as offset coordinates. on HexGrid, with no obstacles added ` set_bounds(Vector2(0,0),Vector2(33,33)) ` ` print(find_path(Vector2(5,5),...