Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thanks! I've been getting a lot of comments about the wall jumping and I think I know where I went wrong. Its using a radius from the players front to check for the wall, but that radius isnt covering the entire height of the player. I think what I should have done was use a boxcast for about 80 or 90 percent of the size of the player's sprite so that it would feel more responsive. I'll be sure to remember that for next time