mirror of
https://github.com/ppy/osu
synced 2024-12-26 08:53:10 +00:00
Update test scene
This commit is contained in:
parent
9bd837da41
commit
8e4b15aaa5
@ -5,6 +5,7 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Game.Tournament.Components;
|
using osu.Game.Tournament.Components;
|
||||||
|
using osu.Game.Tournament.Screens;
|
||||||
using osu.Game.Tournament.Screens.Gameplay;
|
using osu.Game.Tournament.Screens.Gameplay;
|
||||||
using osu.Game.Tournament.Screens.Gameplay.Components;
|
using osu.Game.Tournament.Screens.Gameplay.Components;
|
||||||
|
|
||||||
@ -13,7 +14,7 @@ namespace osu.Game.Tournament.Tests.Screens
|
|||||||
public class TestSceneGameplayScreen : TournamentTestScene
|
public class TestSceneGameplayScreen : TournamentTestScene
|
||||||
{
|
{
|
||||||
[Cached]
|
[Cached]
|
||||||
private TournamentMatchChatDisplay chat = new TournamentMatchChatDisplay();
|
private TournamentMatchChatDisplay chat = new TournamentMatchChatDisplay { Width = 0.5f };
|
||||||
|
|
||||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||||
{
|
{
|
||||||
@ -22,6 +23,8 @@ namespace osu.Game.Tournament.Tests.Screens
|
|||||||
typeof(TeamDisplay),
|
typeof(TeamDisplay),
|
||||||
typeof(MatchHeader),
|
typeof(MatchHeader),
|
||||||
typeof(MatchScoreDisplay),
|
typeof(MatchScoreDisplay),
|
||||||
|
typeof(BeatmapInfoScreen),
|
||||||
|
typeof(SongBar),
|
||||||
};
|
};
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user