Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

List of known bugs that are absolutely not features:

  • If you go backwards fast enough, the camera will clip to the ball, and show it’s cubic core.
  • You can break free from the giant chains if you ram against them fast enough.
  • The brake action doesn’t work as planned, it should be way more forceful. But it still does something.
  • Debug text was not hidden/removed from the tutorial scene. (lol)
  • Loading the main level will cause the game to hang for a bit. This happens because the initial code that places the objects around the map is at best O(n*(n-1)) and doesn’t do anything to not block the main process. My bad.
  • The little particles that spawn around the player should fade in and out, and have a color gradient to do so, but they don’t work for some reason smh.