Exemplo n.º 1
0
        public Test()
        {
            this.Velocity = new EPointF(0, 0);
            SpriteEffect.Wiggle fx = new MusicGame.Midi.SpriteEffect.Wiggle();
            fx.Parent = this;

            this._lbl = new Label.Default();
        }
Exemplo n.º 2
0
        public Test()
        {
            this.Velocity = new EPointF(0,0);
            SpriteEffect.Wiggle fx = new MusicGame.Midi.SpriteEffect.Wiggle();
            fx.Parent = this;

            this._lbl = new Label.Default();
        }