Thaaaaaaanks!!!
Now i'll just apply the changes!!
Search found 2 matches
- Sun Nov 24, 2019 9:38 am
- Forum: Support and Development
- Topic: Anyone can help me how to solve this problem in the creation of grids: There's no frame for x = 7 and y = 1?
- Replies: 2
- Views: 2786
- Fri Nov 22, 2019 2:24 pm
- Forum: Support and Development
- Topic: Anyone can help me how to solve this problem in the creation of grids: There's no frame for x = 7 and y = 1?
- Replies: 2
- Views: 2786
Anyone can help me how to solve this problem in the creation of grids: There's no frame for x = 7 and y = 1?
--this code will create the running animation character local anim_char = require 'anim8' local posX = 100 local direction = true function love.load() img = love.graphics.newImage('character/sprites.png') local grid = anim_char.newGrid(86, 109, img:getWidth(), img:getHeight()) animation = anim_char...