I have a test now that can generate a map image so I'll make it look nice there before bringing the code into the game.

This commit is contained in:
Zed A. Shaw 2025-07-09 01:54:49 -04:00
parent cfefffe1cc
commit 2c011079a8
7 changed files with 103 additions and 50 deletions

View file

@ -12,7 +12,7 @@
namespace fs = std::filesystem;
constexpr const int TILE_COUNT=10;
constexpr const sf::Color DEFAULT_COLOR{255, 255, 255, 255};
constexpr const size_t DEFAULT_DIM=128;
constexpr const size_t DEFAULT_DIM=64;
using namespace shiterator;