예제 #1
0
        public TestSceneLyricEditor()
        {
            // It's a tricky to let osu! to read karaoke testing beatmap
            KaraokeLegacyBeatmapDecoder.Register();

            configManager = new KaraokeRulesetEditConfigManager();
        }
예제 #2
0
        public KaraokeRuleset()
        {
            // It's a tricky way to let lazer to read karaoke testing beatmap
            KaraokeLegacyBeatmapDecoder.Register();

            // It's a tricky way to let lazer get ruleset config manager in test case
            // See RulesetConfigCache.GetConfigFor(Ruleset)
            RulesetInfo.ID = 111;
        }
예제 #3
0
 public KaraokeDifficultyCalculatorTest()
 {
     // It's a tricky to let osu! to read karaoke testing beatmap
     KaraokeLegacyBeatmapDecoder.Register();
 }
예제 #4
0
 public KaraokeBeatmapConversionTest()
 {
     // It's a tricky to let osu! to read karaoke testing beatmap
     KaraokeLegacyBeatmapDecoder.Register();
 }
예제 #5
0
 public KaraokeRuleset()
 {
     // It's a tricky to let osu! to read karaoke testing beatmap
     KaraokeLegacyBeatmapDecoder.Register();
 }
 public TestSceneLyricEditorScreen()
 {
     // It's a tricky to let osu! to read karaoke testing beatmap
     KaraokeLegacyBeatmapDecoder.Register();
 }