Search found 2 matches

by xtrmag
Fri Feb 01, 2013 4:36 pm
Forum: Support and Development
Topic: Rotate images together, around the same point.
Replies: 2
Views: 1927

Re: Rotate images together, around the same point.

After a day thinking, i decide, i will ask this, becouse i can't solve this problem by myself. and now... ... function love.draw() local width = love.graphics.getWidth(); local height = love.graphics.getHeight(); love.graphics.setColorMode("combine"); love.graphics.print("Press 'q' to...
by xtrmag
Fri Feb 01, 2013 4:04 pm
Forum: Support and Development
Topic: Rotate images together, around the same point.
Replies: 2
Views: 1927

Rotate images together, around the same point.

Hi everyone, please help me! I want rotate images together, around the same point, here is a example code (i think it can explain more than i) I hope i write in the right place and sorry for may bad english. local angle = 0 local image, iWidth, iHeight; local rotate = false; function love.load() ima...