summaryrefslogtreecommitdiffhomepage
path: root/src/tile-defs.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-16 23:15:43 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-16 23:15:43 +0200
commit69aaa0205ae096654015924c75fdf43fbe16f768 (patch)
tree4acb91644767af685bfc965421e940805d336685 /src/tile-defs.hpp
parent98e9636d33f5c6101888609a2d2193cee4fd6c64 (diff)
a
Diffstat (limited to 'src/tile-defs.hpp')
-rw-r--r--src/tile-defs.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile-defs.hpp b/src/tile-defs.hpp
index 41377cc0..ec59e19f 100644
--- a/src/tile-defs.hpp
+++ b/src/tile-defs.hpp
@@ -5,6 +5,6 @@ namespace floormat {
constexpr inline std::size_t TILE_MAX_DIM = 16;
constexpr inline std::size_t TILE_COUNT = TILE_MAX_DIM*TILE_MAX_DIM;
-constexpr inline float TILE_SIZE[3] = { 64, 64, 128 };
+constexpr inline float TILE_SIZE[3] = { 128, 128, 384 };
} // namespace floormat