Hi, the thing is that I made a class Platform, that in the constructor you can define the X and Y scales of the image, in order to have platforms with different shapes. The problem is that the image gets distorted because of the scaling. Can you give me an idea for making an overriden function scale(int x, int y) that instead of distortioning, cuts the image to that size?