Sound drag/drop

This commit is contained in:
2025-11-30 22:25:57 -05:00
parent d0221928aa
commit 300e322b9d
49 changed files with 1280230 additions and 210091 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace anm2ed::anm2
class Animation
{
public:
std::string name{"New Animation"};
std::string name{};
int frameNum{FRAME_NUM_MIN};
bool isLoop{true};
Item rootAnimation;