Merge remote-tracking branch 'upstream/master' into moreOptionsFromSkin.ini

This commit is contained in:
Dean Herbert
2019-01-07 18:11:17 +09:00
231 changed files with 7444 additions and 3304 deletions

View File

@ -21,7 +21,11 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
protected DrawableOsuHitObject(OsuHitObject hitObject)
: base(hitObject)
{
base.AddInternal(shakeContainer = new ShakeContainer { RelativeSizeAxes = Axes.Both });
base.AddInternal(shakeContainer = new ShakeContainer
{
ShakeDuration = 30,
RelativeSizeAxes = Axes.Both
});
Alpha = 0;
}