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 © 2022, BlueBurn. Built on May 18, 2022 using GMDoc.