Hi everyone! So I am making a Tetris remake, and I am having some issues.
I have it set up so that when the block touches the ground or another block, it will stop moving. Everything works, except the hit boxes are rectangular around the blocks, and there are some parts that are transparent, but Greenfoot doesn't recognize it that way. Are there any ways to make it so Greenfoot will ignore the transparent pixels in an image, so the Tetris blocks will touch each other correctly?
Thanks in advance!

