Exemple #1
0
 private void DrawLayer(LayerEditor layer, bool current, float alpha)
 {
     layer.DrawLocal(current, alpha);
     Ogmo.EditorDraw.SpriteBatch.End();
 }
Exemple #2
0
 public Resizer(LayerEditor editor)
 {
     Editor = editor;
 }