Refactor + render animation tweaks + updated frame properties + bug fixes

This commit is contained in:
2025-12-17 23:02:00 -05:00
parent b4b4fe3714
commit 119bbc4081
63 changed files with 1964 additions and 1701 deletions

View File

@@ -8,8 +8,8 @@
#include <SDL3_mixer/SDL_mixer.h>
#include "filesystem_.h"
#include "log.h"
#include "sdl.h"
#include "imgui_.h"
@@ -75,7 +75,7 @@ namespace anm2ed
}
}
std::filesystem::path Loader::settings_path() { return filesystem::path_preferences_get() / "settings.ini"; }
std::filesystem::path Loader::settings_path() { return sdl::preferences_directory_get() / "settings.ini"; }
Loader::Loader(int argc, const char** argv)
{