Love2D Scaling up images - Shadi432/PowerPong GitHub Wiki

Knowledge on how things in Love2D work.

The scale Factor argument of the love.graphics.draw method can be used to scale up images, it scales up the coordinate axis of the shape by a multiple of the number supplied by the scale factor argument, you don't need to modify the x value you're editing it by, the coordinates for the image scale appropriately too.

Scale factor shouldn't necessarily mess up the calculations if I know above, but if there are transparent parts in the original image those will get taken into account in the engine, so make sure you treat transparency around images as a hitbox.