Search found 1 match
- Thu Jun 02, 2022 3:16 pm
- Forum: General
- Topic: Rotating an image on its center
- Replies: 5
- Views: 4352
Rotating an image on its center
Hello, I drew an image and rotated it by increasing its rotation by 1 degree converted in radians every second, or at least that's what I think I am doing feel free to correct me on that if I am wrong Here's my code for that so that you can see better : local data = {} function love.load() data.spri...