Move orientable tiles into Bouncer
This commit is contained in:
parent
758e403b66
commit
db7ae627ae
2 changed files with 19 additions and 40 deletions
|
|
@ -236,6 +236,25 @@ namespace TShockAPI
|
|||
return;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Tile IDs that can be oriented:
|
||||
/// Cannon,
|
||||
/// Chairs,
|
||||
/// Beds,
|
||||
/// Bathtubs,
|
||||
/// Statues,
|
||||
/// Mannequin,
|
||||
/// Traps,
|
||||
/// MusicBoxes,
|
||||
/// ChristmasTree,
|
||||
/// WaterFountain,
|
||||
/// Womannequin,
|
||||
/// MinecartTrack,
|
||||
/// WeaponsRack,
|
||||
/// LunarMonolith,
|
||||
/// TargetDummy,
|
||||
/// Campfire
|
||||
/// </summary>
|
||||
private static int[] orientableTiles = new int[]
|
||||
{
|
||||
TileID.Cannon,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue