Some more terrain painting

This commit is contained in:
Jan Mrna
2025-09-29 06:24:22 +02:00
parent b6d24da982
commit 1779fde397
7 changed files with 48 additions and 10 deletions

View File

@@ -13,9 +13,10 @@ struct Tile {
enum class TileType {
GRASS,
MUD,
WOOD,
ROAD,
WATER,
WALL,
};
extern const std::unordered_map<TileType, Tile> tile_types;