Skip to content

Commit

Permalink
update illusion loader
Browse files Browse the repository at this point in the history
  • Loading branch information
syKevinPeng committed May 7, 2024
1 parent 068c2eb commit cb12182
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Assets/Scripts/IllusionPatternLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ void Start()
abstractIllusionPattern wheelLength = new wheelLength(stepSize: 0.01f);


allPatterns.Add(ouchiLength);
allPatterns.Add(ouchiColor);
// allPatterns.Add(ouchiLength);
// allPatterns.Add(ouchiColor);
allPatterns.Add(wheelLength);

currentPattern = ouchiLength;
currentPattern = wheelLength;
Debug.Log(" === Loading " + currentPattern + " === ");
}

Expand Down
11 changes: 11 additions & 0 deletions Assets/Scripts/illusions/wheel1Length.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb12182

Please sign in to comment.