mirror of
https://github.com/ppy/osu
synced 2025-01-23 22:33:05 +00:00
Move and rename settings toolbox group test scene
This commit is contained in:
parent
642e006267
commit
0fe121f48a
@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||||
// See the LICENCE file in the repository root for full licence text.
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
@ -8,12 +8,12 @@ using osu.Game.Graphics.UserInterface;
|
|||||||
using osu.Game.Screens.Play.HUD;
|
using osu.Game.Screens.Play.HUD;
|
||||||
using osu.Game.Screens.Play.PlayerSettings;
|
using osu.Game.Screens.Play.PlayerSettings;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual.Gameplay
|
namespace osu.Game.Tests.Visual.UserInterface
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestSceneReplaySettingsOverlay : OsuTestScene
|
public class TestSceneSettingsToolboxGroup : OsuTestScene
|
||||||
{
|
{
|
||||||
public TestSceneReplaySettingsOverlay()
|
public TestSceneSettingsToolboxGroup()
|
||||||
{
|
{
|
||||||
ExampleContainer container;
|
ExampleContainer container;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user