18-06-2007, 10:09 PM
Well currently the item uses a to declare what image it is. You will have to change it to:
And when blitting the image, its not just the Y that has the Pix variable, but also the X. Its not that difficult.
You basicly save them as .Pic is done and find the places they are drawn and change the x and y.
Code:
Item(index).Pic
Code:
Item(index).PicX
Item(index).PicY
You basicly save them as .Pic is done and find the places they are drawn and change the x and y.