Difference between revisions of "Spine"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 12: | Line 12: | ||
</translate> | </translate> | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
− | </ | + | </syntaxhighlight> |
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| |
Latest revision as of 14:33, 13 July 2023
Supported platforms:
Available since: Gideros 2018.12
Inherits from: Sprite
Description
The Spine plugin is kind of 'preview' at the moment, current API is limited and could be improved over time
Spine plugin allows to load files created with Esoteric Software Spine utility. It exposes a specific Sprite type, SpineSprite. To use it, require spine plugin for lua as usual:require("spine")