Hello,
I need some help, again.
I want to put gold icon displayed ON gold window.
First, I've tried to use this command:
draw_icon(2, 60, 40)
...but it won't work. Icon even won't show up. O_O Then, I've tried with a picture:
bitmap = Cache.system("Money")
rect = Rect.new(0, 0, 32, 32)
self.contents.blt(0, 0, bitmap, rect)
...but this time picture has cutted edges, to fit it to the gold window.
Have like this:
Want like this:
Anyone help?