using love.graphics.draw(img,x,y,r,1,1,0,0)
Is it wanted that changing the radiant value changes also the origin of the image?
Or did i miss something new?
Radiant and the origin position.
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Radiant and the origin position.
- Attachments
-
- rad.love
- It is just changing the r value
- (39.93 KiB) Downloaded 147 times
Re: Radiant and the origin position.
I assume the rotation is not what you wanted, and changing the last arguments to 32 and 32 (half of 64) makes the image rotate the way you wanted. If you want your images to rotate around their centers, the origin offsets (that is the last two argumetns) should be half the image size.
In other words, change the drawing call to this:
In other words, change the drawing call to this:
Code: Select all
love.graphics.draw(IZ1,64,64,y,1,1,32,32)
Re: Radiant and the origin position.
Ah, Image rad origin = image origin. Got it, thanks!
Who is online
Users browsing this forum: Ahrefs [Bot], Amazon [Bot], Bing [Bot] and 5 guests