Added representation of occupied squares and a way to retrieve them for A* implementation
Updated UML
This commit is contained in:
parent
115af7dcc7
commit
430d2b0307
6 changed files with 95 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
|||
namespace pro_maat
|
||||
{
|
||||
|
||||
static constexpr uint8_t pixelsPerUnit = 25;
|
||||
static constexpr uint8_t pixelsPerUnit = 50;
|
||||
static constexpr char levelFolder[] = "resources/";
|
||||
static constexpr char textureFolder[] = "resources/";
|
||||
static constexpr char fontFolder[] = "resources/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue