Skip to content

TSystem 0.2.0

Compare
Choose a tag to compare
@HolySkyMin HolySkyMin released this 13 Mar 08:33
· 34 commits to master since this release

TSystem is now good enough to play! So, we end its alpha phase and begin its beta phase.

Changelog

  • Moved some configuration for Tail and Connector from static property to inspector variable
  • Flick cooltime (0.05s respectively for each flick direction) to prevent unintended flick input
  • New Note configuration allowHoldingScore and holding score implementation
  • New JudgeBasis variable customJudgeAction, which is Action<JudgeType, bool>. This is called when a note is actually judged. Bool variable indicates if it's flick.
  • In Mode's line set, start line count can be different from end line count. Variable count is for end line.