added wood coaster
This commit is contained in:
parent
55e5a5971e
commit
090679113b
4 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ namespace TouchyTickets.Attractions {
|
|||
public static readonly AttractionType FerrisWheel = Register(new AttractionType("FerrisWheel", RectArea(2, 2), Attraction.Texture[0, 1, 2, 2], 12, 4000));
|
||||
public static readonly AttractionType WildMouse = Register(new AttractionType("WildMouse", RectArea(3, 2), Attraction.Texture[2, 1, 3, 2], 24, 8000));
|
||||
public static readonly AttractionType LogFlume = Register(new AttractionType("LogFlume", new[,] {{true, true, false}, {true, true, true}}, Attraction.Texture[0, 3, 3, 2], 30, 12000));
|
||||
public static readonly AttractionType WoodCoaster = Register(new AttractionType("WoodCoaster", RectArea(3, 3), Attraction.Texture[0, 5, 3, 3], 65, 28000));
|
||||
|
||||
public readonly string Name;
|
||||
public readonly bool[,] Area;
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
"LogFlume": "Log Flume",
|
||||
"HedgeMaze": "Hedge Maze",
|
||||
"SpiralSlide": "Spiral Slide",
|
||||
"WoodCoaster": "Wood Coaster",
|
||||
"MapSize1": "Big Park",
|
||||
"MapSize1Description": "Increases your park's buildable area. Existing attractions are not removed.",
|
||||
"MapSize2": "Bigger Park",
|
||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 7.6 KiB |
Loading…
Reference in a new issue