diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 03:36:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-25 03:36:48 +0100 |
commit | 4746d19f7a749808391d1ad7ee6bd86950ba064f (patch) | |
tree | 31e379d15c7045a89de979dddb3d600c671103f2 /loader | |
parent | d28129ce400f0365d3d02666b1cb84b3cc2d2a78 (diff) |
make invalid anim altas slightly smaller
Diffstat (limited to 'loader')
-rw-r--r-- | loader/anim-traits.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/anim-traits.cpp b/loader/anim-traits.cpp index bb784de1..2fe706ed 100644 --- a/loader/anim-traits.cpp +++ b/loader/anim-traits.cpp @@ -37,7 +37,7 @@ auto anim_traits::make_invalid_atlas(Storage& s) -> Cell { fm_debug_assert(!s.invalid_atlas); - constexpr auto size = Vector2ui{tile_size_xy*3/4}; + constexpr auto size = Vector2ui{tile_size_xy/2}; constexpr auto ground = Vector2i(size/2); auto frame = anim_frame { |