diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-07 16:25:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-07 16:25:43 +0200 |
commit | 7b7e0ba851189848ff1c89761a1609e6a978fb19 (patch) | |
tree | 87c148317a39531a0636263f35f7bff56b234af4 /src/tile-atlas.hpp | |
parent | 38440873ac8bf0862de7ba225657df09c5aee9e4 (diff) |
a
Diffstat (limited to 'src/tile-atlas.hpp')
-rw-r--r-- | src/tile-atlas.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tile-atlas.hpp b/src/tile-atlas.hpp index af9e505b..2d3461cc 100644 --- a/src/tile-atlas.hpp +++ b/src/tile-atlas.hpp @@ -8,6 +8,8 @@ namespace std::filesystem { class path; } namespace Magnum::Examples { +constexpr inline Vector3 TILE_SIZE = { 64, 64, 64 }; + struct tile_atlas final { using quad = std::array<Vector3, 4>; |