Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits) (+1)

you can make fish not roll by adding

#define step
canspec = false;

to the "Fish in wheelchair.skin.gml" file
Like this

Edit: I'm dumb and it would instead go underneath #define create, underneath "scr_sprites();" Both methods work but #define create is better.