Tidalis:0.412 Beta Release

From Arcen Wiki
Jump to navigation Jump to search

New & Updated Levels

New & Updated Art/Music/Sound

  • The Tidalis logo, on the main menu, now has a cool animation.
  • A new Foothills visual/music theme has been added.
  • The art for three new segments of the adventure map are now in place.

Gameplay Additions

  • New Color Blocker special blocks.
    • Special colored block that absorbs any streams of the same color that hit it. Can only be destroyed by dropping out of the bottom of the well.
    • There are six variants of these, one for each of the six basic colors.
  • New Emission Statue special blocks.
    • Every 15 seconds, all emission statues emit a stream of the color that is sitting directly in front of their mouths. If that results in a successful chain of 6 or more blocks, then the emission statue is cleared.
      • These don't flash or anything, but players who wish to keep track of exactly when these will emit can keep an eye on the timer, as it will happen on 0, 15, 30, and 45 seconds of each minute.
    • There are two variants of this, one each facing left and right. If an emission statue is facing directly into the edge of the well, it will turn around instead of emitting a color.

Gameplay Updates

  • Stones and eaters no longer fall through the board-reshaping wall tiles. That was inconsistent with the other fall-out-of-the-bottom-of-the-well-to-die blocks, and seemingly unneeded based on how level design has turned out.

New Level Editor Features

Misc

  • Using the fullscreen/windowed toggle button in the upper right corner of the screen now causes the fullscreen/windowed preference to be remembered in the settings.dat file.
    • This makes the game consistent with the last state if it is later closed and reopened, and also avoids issues with the settings window causing the game to revert back out of the currently selected mode.
    • Thanks to Zack Cataldo for suggesting.

Bugfixes

  • Fixed bug where game style indicators from previous level were showing on the adventure map.

Internal Programming Notes

  • Adventure map scroll-offset updates now happen in FixedUpdate, not Update, so that speed is constant across framerates, etc.
  • _FlipX and _FlipY can now be appended to Special Block Names, as _Inverse can be, in order to flip the texture on the X or Y axis (_Inverse has to do with animation frame order only).
  • GameBoardTitle now has TileToLeft and TileToRight to help with things like emissions statues, following a similar pattern to the existing TileAbove and TileBelow.
  • Support for chains with different minimum chain size requirements has now been added.

Tidalis