Hi all,
I noticed that if I put an Actor in my own World at X position = 0, the left part of my Actor's image is chopped off. Rather, I have to specify X = 75 to align my image to the World's image left side border. Is this confirmed behavior? I find this very confusing, in any case?
FYI:
Just a code snippet of my World's constructor:
super(1024,800,1);
addObject(new myActor(),0,400);