log flume
This commit is contained in:
parent
2aefd7fc4f
commit
df2abe5746
4 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ namespace TouchyTickets.Attractions {
|
||||||
public static readonly AttractionType FoodCourt = Register(new AttractionType("FoodCourt", RectArea(2, 1), Attraction.Texture[1, 0, 2, 1], 1.1F, 300));
|
public static readonly AttractionType FoodCourt = Register(new AttractionType("FoodCourt", RectArea(2, 1), Attraction.Texture[1, 0, 2, 1], 1.1F, 300));
|
||||||
public static readonly AttractionType FerrisWheel = Register(new AttractionType("FerrisWheel", RectArea(2, 2), Attraction.Texture[0, 1, 2, 2], 3.5F, 2000));
|
public static readonly AttractionType FerrisWheel = Register(new AttractionType("FerrisWheel", RectArea(2, 2), Attraction.Texture[0, 1, 2, 2], 3.5F, 2000));
|
||||||
public static readonly AttractionType WildMouse = Register(new AttractionType("WildMouse", RectArea(3, 2), Attraction.Texture[2, 1, 3, 2], 10, 5000));
|
public static readonly AttractionType WildMouse = Register(new AttractionType("WildMouse", RectArea(3, 2), Attraction.Texture[2, 1, 3, 2], 10, 5000));
|
||||||
|
public static readonly AttractionType LogFlume = Register(new AttractionType("LogFlume", new[,] {{true, true, false}, {true, true, true}}, Attraction.Texture[0, 3, 3, 2], 20, 9500));
|
||||||
|
|
||||||
public readonly string Name;
|
public readonly string Name;
|
||||||
public readonly bool[,] Area;
|
public readonly bool[,] Area;
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"FoodCourt": "Food Court",
|
"FoodCourt": "Food Court",
|
||||||
"FerrisWheel": "Ferris Wheel",
|
"FerrisWheel": "Ferris Wheel",
|
||||||
"WildMouse": "Wild Mouse",
|
"WildMouse": "Wild Mouse",
|
||||||
|
"LogFlume": "Log Flume",
|
||||||
"MapSize1": "Big Park",
|
"MapSize1": "Big Park",
|
||||||
"MapSize1Description": "Increases your park's buildable area. Existing attractions are not removed.",
|
"MapSize1Description": "Increases your park's buildable area. Existing attractions are not removed.",
|
||||||
"MapSize2": "Bigger Park",
|
"MapSize2": "Bigger Park",
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 5 KiB |
Loading…
Reference in a new issue