Quote:
Originally Posted by Emera
So, are you saying I should use setShape(1,2,2);?
Don't think that's what you're saying since I tried that and it didn't work.
|
No

But this line:
PHP Code:
if (player.x in | this.x, this.x + this.width | && player.y in | this.y, this.y + this.height|) {
Doesn't make sense if you have width/height as 32, which you did.