Using sprite sheets, how would I add an animated texture to a custom item?
// priority: 0
console.info('Hello, World! (You will only see this line once in console, during startup)')
onEvent('item.registry', event => {
// Register new items here
event.create("hardtoken").displayName("Hard Quest Token").rarity("Epic").tooltip("Complete all hard quests").unstackable()
})
Using default settings the entire sprite sheet is used as the texture and is squished. Maybe I'm blind but I have looked online and on the docs and found nothing..
If someone could help me then that would be amazing! Thanks!