how animated

This commit is contained in:
petrie911
2024-03-10 19:48:02 -06:00
committed by Lywx
parent 70800a9144
commit 6ea4f04766
3 changed files with 231 additions and 0 deletions
+3
View File
@@ -63,6 +63,9 @@ void Companion::Init(const ExportType type) {
this->RegisterFactory("MK64:TRACKSECTIONS", std::make_shared<MK64::TrackSectionsFactory>());
this->RegisterFactory("MK64:SPAWNDATA", std::make_shared<MK64::SpawnDataFactory>());
// SF64 specific
this->RegisterFactory("ANIM", std::make_shared<AnimFactory>());
this->Process();
}