Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

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 use
move_dir = image_angle

Thanks 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