Crumbling Tile - DevRubicate/Devil-Fresh GitHub Wiki

Description

When the player touches these tiles, they crack and disappear. There are many variants.

Tile that crumble after a delay on touch

This sort of crumbling tile can be used as an tricky blockade for the player, especially when combined with

Uses

  • By making the floor out of these the player is forced to be constantly on the move.
  • By making an obstacle wall out of these we can force the player to touch the wall, and then wait for the wall to crumble before he can move past it.

Tile that only crumbles when touched on top

Only by standing on top of these blocks do they crumble away.

Uses

  • Can be used as a one-way blockade for the player, allowing him to go down but not up.

Tile that crumbles when a neighboring tile crumbles

This tile cracks and crumbles when any of it's neighboring tiles crumble

Uses

  • A chain reaction crumbling floor can force the player to run to avoid falling
  • By making floors and obstacle walls out of these tiles the player can be forced to time his jumps past the wall