Tokenize ruleset keys. Remove MotionName.
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Cryville.Crtr {
|
||||
AudioSequencer.Playing = true;
|
||||
AudioClient.Start();
|
||||
|
||||
ChartPlayer.motionRegistry = new Dictionary<string, MotionRegistry> {
|
||||
ChartPlayer.motionRegistry = new Dictionary<Identifier, MotionRegistry> {
|
||||
{ "pt" , new MotionRegistry(typeof(VecPt)) },
|
||||
{ "dir" , new MotionRegistry(typeof(Vec3)) },
|
||||
{ "normal" , new MotionRegistry(typeof(Vec3)) },
|
||||
|
Reference in New Issue
Block a user