From e1323d03c1271c42f5d120cd256b38c6c20bb793 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 4 Nov 2022 15:51:00 +0100 Subject: add some test animations --- serialize/anim.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'serialize') diff --git a/serialize/anim.hpp b/serialize/anim.hpp index 85d5facd..9e5bf081 100644 --- a/serialize/anim.hpp +++ b/serialize/anim.hpp @@ -1,7 +1,6 @@ #pragma once #include -#include #include #include #include @@ -33,7 +32,7 @@ struct anim final static constexpr int default_fps = 24; std::string object_name, anim_name; - std::array groups; + std::vector groups; int nframes = 0; int width = 0, height = 0; int actionframe = -1, fps = default_fps; -- cgit v1.2.3