Can I use Spine to animate for Torque 2D? If so, how would you export and what would implementation look like? Thanks for your time!
Yes. Exporting is always the same, just export JSON. Torque2D has a Spine branch: https://github.com/GarageGames/Torque2D/tree/spine There is an example in the form of a Torque2D toy: https://github.com/GarageGames/Torque2D ... SpineToy/1 The code for the Torque2D Spine runtime is here (spine-c plus Torque2D specific rendering): https://github.com/GarageGames/Torque2D ... urce/spine
Thanks so much!