Hi Pixelated Pope, really nice script.I got just one problem with enemies.When they touch obstacles, the game does freeze.As direction variable for enemies I did usemove_dir = image_angleThanks in advance for any suggestion.
Yeah, don't use image angle. You need a different variable for your sprite angle, and then you draw the sprite using draw_sprite_ext with that angle variable.image_angle rotates your collision mask, which is usually a very bad idea