Added method to fill a rectangle with a base tile. Will only fringe once

the entire rectangle is set.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1193 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2002-04-06 01:55:28 +00:00
parent 7bac770744
commit 825cbb969d
@@ -1,5 +1,5 @@
//
// $Id: EditableMisoScene.java,v 1.11 2002/02/02 01:09:53 mdb Exp $
// $Id: EditableMisoScene.java,v 1.12 2002/04/06 01:55:28 ray Exp $
package com.threerings.miso.scene.tools;
@@ -49,6 +49,11 @@ public interface EditableMisoScene
*/
public void setBaseTile (int x, int y, BaseTile tile, int fqTileId);
/**
* Fill a rectangular area with the specified base tile.
*/
public void setBaseTiles (Rectangle r, BaseTile tile, int fqTileId);
/**
* Updates the tile at the specified location in the fringe layer.
*