mirror of
https://github.com/guezoloic/racing-game.git
synced 2026-03-28 18:03:50 +00:00
feat(Map.java): ajout getPathSize fonction
This commit is contained in:
@@ -165,4 +165,9 @@ public class Map
|
|||||||
{
|
{
|
||||||
return map[y][x].getType();
|
return map[y][x].getType();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getPathSize()
|
||||||
|
{
|
||||||
|
return this.pathMap.size();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user