Davide
Hey Davide, Thanks for your reply.
So first, before I was going to try inputting my spine data, I wanted to experiment with the default one
I used this string in HTML
<script src="https://unpkg.com/@esotericsoftware/spine-player@4.2.*/dist/iife/spine-player.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@esotericsoftware/spine-player@4.2.*/dist/spine-player.css">
<div id="player-container" style="width: 100%; height: 100vh;"></div>
<script>
new spine.SpinePlayer("player-container", {
skeleton: "https://esotericsoftware.com/files/examples/4.2/spineboy/export/spineboy-pro.json",
atlas: "https://esotericsoftware.com/files/examples/4.2/spineboy/export/spineboy-pma.atlas"
animation: "walk"
});
</script>
and it stopped working when I added the animation string.
Once I figure out how to get that working, I would like to be able to use these spine files to create a working web player on fandom for more skins then the one I am about to describe
https://https://www.gimkit.com/assets/map/characters/spine/snowman.json
https://www.gimkit.com/assets/map/characters/spine/snowman.atlas
https://www.gimkit.com/assets/map/characters/spine/snowman-v2.41.png