Are you using web player to create a game? I'd strongly recommend not doing that. Web player is meant to show off animations. While you can do a lot with it, for games, I'd suggest using spine-phaser.
https://esotericsoftware.com/blog/spine-phaser-runtime
You can "anchor" your animation at the bottom of the player, by setting padBottom
to 0
. Additionally, you can set padTop
to a percentage, e.g. "30%". Then your skeleton will take up the remaining 70% of the viewport on the y-axis.