Log in with itch.io to leave a comment.
one small change you can make is to mirror the cow sprite as it moves left-to-right so it doesn't look as flat. just add image_xscale = -1; under the controls for one of the directions.
Comments
one small change you can make is to mirror the cow sprite as it moves left-to-right so it doesn't look as flat. just add image_xscale = -1; under the controls for one of the directions.