Search found 1 match

by Chatalov
Fri Jun 06, 2014 4:55 pm
Forum: General
Topic: Physics + sprite image
Replies: 1
Views: 573

Physics + sprite image

Hello everyone I am new to the forum, I wonder how I can assign to a physical character that is an image sprite. When I create a character that is how I do: sprite = love.graphics.newImage "sprite.png" and then I atribo movement to it from the image: quads = { down = { Quad (0, 0, 32, 48, ...