mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Add colour preset to Spiral Slide
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
- Improved: [#18350] Changed ride vehicle list to have less padding.
|
||||
- Improved: [#18422] Allow adding images to music objects.
|
||||
- Improved: [#18428] [Plugin] Add widget description interfaces to documentation.
|
||||
- Improved: [#18514] Add colour preset to Spiral Slide.
|
||||
- Change: [#17998] Show cursor when using inverted mouse dragging.
|
||||
- Change: [#18230] Make the large flat to steep pieces available on the corkscrew roller coaster without cheats.
|
||||
- Change: [#18381] Convert custom invisible paths to the built-in ones.
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user