TSystem 0.2.0
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 isAction<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.