mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08: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
|
||||
{
|
||||
internal class ParallaxContainer : Container, IRequireHighFrequencyMousePosition
|
||||
public class ParallaxContainer : Container, IRequireHighFrequencyMousePosition
|
||||
{
|
||||
public float ParallaxAmount = 0.02f;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user