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

@@ -14,6 +14,7 @@ namespace anm2ed
public:
enum ChangeType
{
INFO,
LAYERS,
NULLS,
SPRITESHEETS,
@@ -33,6 +34,7 @@ namespace anm2ed
anm2::Anm2& anm2 = current.anm2;
anm2::Reference& reference = current.reference;
float& frameTime = current.frameTime;
Playback& playback = current.playback;
Storage& animation = current.animation;
Storage& merge = current.merge;
@@ -41,6 +43,7 @@ namespace anm2ed
Storage& null = current.null;
Storage& sound = current.sound;
Storage& spritesheet = current.spritesheet;
Storage& frames = current.frames;
std::string& message = current.message;
float previewZoom{200};
@@ -49,8 +52,6 @@ namespace anm2ed
float editorZoom{200};
int overlayIndex{-1};
anm2::Reference hoveredFrame{};
uint64_t hash{};
uint64_t saveHash{};
uint64_t autosaveHash{};