Update chart data structure. Add judge event.

This commit is contained in:
2022-10-28 11:14:29 +08:00
parent fee78cd448
commit adb25fda31
2 changed files with 34 additions and 6 deletions

View File

@@ -98,8 +98,8 @@ namespace Cryville.Crtr {
{ "ctrl0" , new MotionRegistry(typeof(VecCtrl)) },
{ "ctrl1" , new MotionRegistry(typeof(VecCtrl)) },
{ "track" , new MotionRegistry(typeof(Vec1)) },
{ "judge" , new MotionRegistry(typeof(Vec1)) },
{ "width" , new MotionRegistry(new Vec1(0), new Vec1(1)) },
// { "judge" , new MotionRegistry(typeof(Vec1)) },
// { "width" , new MotionRegistry(new Vec1(0), new Vec1(1)) },
};
var dir = new DirectoryInfo(Settings.Default.GameDataPath + "/charts");