Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for reporting the glitch! I think it has basically no serious impact, but just fixed it just in case as the fix was rather simple.

Indeed, the always spawned nonsolid and would only become solid next frame.

The fix is to decide right on spawn if they’re above or below the player.

(The game physics don’t actually support one-ways - they work by turning themselves solid or not every frame based on where the player is)