src << output(myobject, "grid1: 1,1")
Problem description: I use the above code to add an object into the first cell of a grid. Works fine, but I notice it's not in the center of the cell, more to the left (object image is 32x32). How can I make it center? I searched and found many posts about text, not object images...
Thanks