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

Add Spiral Slide pallette (#19952)

This commit is contained in:
Rik Smeets
2023-04-17 11:49:30 +02:00
committed by GitHub
parent 55adb71cd8
commit 35674ac627
2 changed files with 3 additions and 1 deletions

View File

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