1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

Add colour preset to Spiral Slide

This commit is contained in:
Rik Smeets
2022-11-05 23:59:39 +01:00
committed by GitHub
parent 3a9900cd14
commit 1f504fac2d
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ constexpr const RideTypeDescriptor SpiralSlideRTD =
SET_FIELD(ColourPresets, TRACK_COLOUR_PRESETS(
{ COLOUR_BRIGHT_RED, COLOUR_YELLOW, COLOUR_DARK_BROWN },
{ COLOUR_LIGHT_BLUE, COLOUR_BRIGHT_PINK, COLOUR_LIGHT_PURPLE },
{ COLOUR_WHITE, COLOUR_BORDEAUX_RED, COLOUR_GREY },
)),
SET_FIELD(ColourPreview, { SPR_RIDE_DESIGN_PREVIEW_SPIRAL_SLIDE_TRACK, 0 }),
SET_FIELD(ColourKey, RideColourKey::Ride),