mirror of
https://github.com/osukey/osukey.git
synced 2025-05-26 07:57:32 +09:00
Make ParallaxContainer public
This commit is contained in:
parent
6fa02ce9bb
commit
ed89f03900
@ -11,7 +11,7 @@ using osu.Framework.Configuration;
|
|||||||
|
|
||||||
namespace osu.Game.Graphics.Containers
|
namespace osu.Game.Graphics.Containers
|
||||||
{
|
{
|
||||||
internal class ParallaxContainer : Container, IRequireHighFrequencyMousePosition
|
public class ParallaxContainer : Container, IRequireHighFrequencyMousePosition
|
||||||
{
|
{
|
||||||
public float ParallaxAmount = 0.02f;
|
public float ParallaxAmount = 0.02f;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user