Uhm. There is something not working in here >.<
The
gosu documentation says that the default value is 1 for both the factors:
draw(text, x, y, z, factor_x=1, factor_y=1, color=0xffffffff, mode=:default)
and in fact up to now I used those values. And it writes from the top left corner.
I tried to put 0 and 0 on some images as an experiment, but the image doesn't appear.
And by the way, I'm not trying to draw from the top right, but from the middle of the image, excuse me if I wasn't clear in my previous message :(