Exemplo n.º 1
0
 //draw the light
 public void Draw(GraphicsDevice device, Effect effect, SpriteBatch sb)
 {
     box.Draw(device, effect);
 }
Exemplo n.º 2
0
 public void Draw(GraphicsDevice device, Effect effect)
 {
     //box.Rotation = MathHelper.ToRadians(Playing.Instance.dir);
     box.Draw(device, effect);
 }