heartline coaster

This commit is contained in:
Ellpeck 2020-06-11 21:46:33 +02:00
parent 831e3ddc8c
commit 9c7c64ccce
4 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,8 @@ namespace TouchyTickets.Attractions {
public static readonly AttractionType GoKarts = Register(new AttractionType("GoKarts", RectArea(2, 2), Attraction.Texture[5, 2, 2, 2], 50, 24000, Cars | Relaxed));
public static readonly AttractionType WildMouse = Register(new AttractionType("WildMouse", RectArea(3, 2), Attraction.Texture[2, 1, 3, 2], 75, 38000, FastCars));
public static readonly AttractionType LogFlume = Register(new AttractionType("LogFlume", new[,] {{true, true, false}, {true, true, true}}, Attraction.Texture[0, 3, 3, 2], 140, 60000, FastCars));
public static readonly AttractionType WoodCoaster = Register(new AttractionType("WoodCoaster", RectArea(3, 3), Attraction.Texture[0, 5, 3, 3], 200, 150000, FastCars));
public static readonly AttractionType HeartlineTwister = Register(new AttractionType("HeartlineTwister", RectArea(4, 2), Attraction.Texture[5, 4, 4, 2], 190, 120000, FastCars));
public static readonly AttractionType WoodCoaster = Register(new AttractionType("WoodCoaster", RectArea(3, 3), Attraction.Texture[0, 5, 3, 3], 250, 175000, FastCars));
public readonly string Name;
public readonly bool[,] Area;

View file

@ -37,6 +37,7 @@
"MirrorHouse": "House of Mirrors",
"HauntedHouse": "Haunted House",
"GoKarts": "Go Karts",
"HeartlineTwister": "Heartline Twister",
"----- Modifiers -----": "",
"Lubricant": "Slip and Slide",
"LubricantDescription": "The wheels of a ride's cars are lubricated for greater speed.",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 13 KiB