Added representation of occupied squares and a way to retrieve them for A* implementation

Updated UML
This commit is contained in:
trotFunky 2019-06-08 02:32:06 +02:00
parent 115af7dcc7
commit 430d2b0307
6 changed files with 95 additions and 5 deletions

View file

@ -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/";