Search found 1 match

by Lynnstrum
Tue Apr 21, 2020 4:22 am
Forum: Support and Development
Topic: Center image and resize to actual size
Replies: 3
Views: 2834

Center image and resize to actual size

Hello, I am trying to place a image in my game and have no idea what I'm doing lol. I want it in the center of the screen, and the size of the actual image. Instead, I get a really, really big image and not at all in the center. This is my code: gReward = love.graphics.newImage('goldReward.png') qua...