Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Remove more from empty project
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Sep 5, 2019
1 parent 4d80010 commit fa6cbbe
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
// Copyright (c) ppy Pty Ltd <[email protected]>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.

using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.Textures;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Game.Rulesets.EmptyScrolling.UI;
using osu.Game.Rulesets.Scoring;
using osuTK;
using osuTK.Graphics;
Expand All @@ -20,16 +16,8 @@ public DrawableEmptyScrollingObject(EmptyScrollingHitObject hitObject)
{
Size = new Vector2(40);
Origin = Anchor.Centre;
}

[BackgroundDependencyLoader]
private void load(EmptyScrollingPlayfield playfield, TextureStore textures)
{
AddInternal(new Sprite
{
RelativeSizeAxes = Axes.Both,
Texture = textures.Get("coin"),
});
// todo: add visuals.
}

protected override void CheckForResult(bool userTriggered, double timeOffset)
Expand Down

0 comments on commit fa6cbbe

Please sign in to comment.