Beispiel #1
0
 public MouseInputHelper(BosuPlayfield playfield)
 {
     player           = playfield.Player.Player;
     RelativeSizeAxes = Axes.Both;
 }
Beispiel #2
0
 public override void ApplyToDrawableRuleset(DrawableRuleset <BosuHitObject> drawableRuleset)
 {
     playfield = (BosuPlayfield)drawableRuleset.Playfield;
     base.ApplyToDrawableRuleset(drawableRuleset);
 }
Beispiel #3
0
 public BosuFlashlight(BosuPlayfield playfield)
 {
     this.playfield = playfield;
     FlashlightSize = new Vector2(0, getSizeFor(0));
 }
Beispiel #4
0
 public BosuReplayRecorder(Score score, BosuPlayfield playfield)
     : base(score)
 {
     this.playfield = playfield;
 }