Search found 1 match
- Sun May 12, 2019 7:17 am
- Forum: Support and Development
- Topic: A small program or plugin that autowrites code for anim8 sprites would be really useful.
- Replies: 0
- Views: 3115
A small program or plugin that autowrites code for anim8 sprites would be really useful.
Any anim8 (https://github.com/kikito/anim8) spritesheet you want to use is going to have AT LEAST the following components: Sprite Initialization of some kind, for example: sprites.player.idle = love.graphics.newImage('sprites/characters/playeridleanim.png') Anim8 Initialization: local playerIdle = ...