RSTile: setWallObject
This commit is contained in:
@@ -73,6 +73,13 @@ public interface Tile extends TileObject
|
||||
*/
|
||||
WallObject getWallObject();
|
||||
|
||||
/**
|
||||
* Sets the object on the wall layer of the tile.
|
||||
*
|
||||
* @param wallObject the ground object
|
||||
*/
|
||||
void setWallObject(WallObject wallObject);
|
||||
|
||||
/**
|
||||
* Gets the scene paint of the tile.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user