Once you have your models and animations converted, you can put the bbmod
and
bbanim
files into your Included Files
folder inside your GameMaker project.
Use struct BBMOD_Model to load a model:
modSword = new BBMOD_Model("Data/Sword.bbmod");
Copyright © 2023, BlueBurn. Built on May 02, 2023 using GMDoc.