mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 22:06:08 +08:00
Cleared out PauseProgressGraph
This commit is contained in:
parent
ad33ae9431
commit
dcb02eff65
@ -1,25 +1,10 @@
|
|||||||
using OpenTK;
|
using osu.Framework.Graphics.Containers;
|
||||||
using OpenTK.Graphics;
|
|
||||||
using osu.Framework.Allocation;
|
|
||||||
using osu.Framework.Graphics;
|
|
||||||
using osu.Framework.Graphics.Sprites;
|
|
||||||
using osu.Framework.Graphics.Containers;
|
|
||||||
using osu.Game.Beatmaps;
|
|
||||||
using osu.Framework.Graphics.Primitives;
|
|
||||||
using osu.Framework.Configuration;
|
|
||||||
|
|
||||||
namespace osu.Game.Overlays.Pause
|
namespace osu.Game.Overlays.Pause
|
||||||
{
|
{
|
||||||
public class PauseProgressGraph : FlowContainer
|
public class PauseProgressGraph : Container
|
||||||
{
|
{
|
||||||
private WorkingBeatmap current;
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
|
||||||
private void load(OsuGameBase osuGame)
|
|
||||||
{
|
|
||||||
current = osuGame.Beatmap.Value;
|
|
||||||
}
|
|
||||||
|
|
||||||
public PauseProgressGraph()
|
public PauseProgressGraph()
|
||||||
{
|
{
|
||||||
// TODO: Implement the pause progress graph
|
// TODO: Implement the pause progress graph
|
||||||
|
Loading…
Reference in New Issue
Block a user