fuck git and fuck vs code

This commit is contained in:
2025-11-11 11:25:46 -05:00
parent d07b4dc2eb
commit 07096c487b
62 changed files with 1635 additions and 1301 deletions

View File

@@ -17,6 +17,7 @@ namespace anm2ed
public:
anm2::Anm2 anm2{};
anm2::Reference reference{};
float frameTime{};
Playback playback{};
Storage animation{};
Storage merge{};
@@ -26,7 +27,7 @@ namespace anm2ed
Storage sound{};
Storage spritesheet{};
Storage items{};
std::map<int, Storage> frames{};
Storage frames{};
std::string message = snapshots::ACTION;
};