summaryrefslogtreecommitdiffhomepage
path: root/serialize/anim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/anim.hpp')
-rw-r--r--serialize/anim.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/serialize/anim.hpp b/serialize/anim.hpp
index 536824d3..74b418a8 100644
--- a/serialize/anim.hpp
+++ b/serialize/anim.hpp
@@ -34,6 +34,7 @@ struct anim final
int nframes = 0;
int width = 0, height = 0;
int actionframe = -1, fps = default_fps;
+ Vector2ui pixel_size;
};
} // namespace floormat::Serialize