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

Add 2 additional colour presets to Flying Saucers

This commit is contained in:
73
2022-09-25 13:16:06 -04:00
committed by GitHub
parent cf6de246ea
commit a7cd02b2be

View File

@@ -50,6 +50,8 @@ constexpr const RideTypeDescriptor FlyingSaucersRTD =
SET_FIELD(ColourPresets, TRACK_COLOUR_PRESETS(
{ COLOUR_DARK_PURPLE, COLOUR_GREY, COLOUR_BLACK },
{ COLOUR_BLACK, COLOUR_YELLOW, COLOUR_BLACK },
{ COLOUR_YELLOW, COLOUR_SATURATED_RED, COLOUR_BLACK },
{ COLOUR_ICY_BLUE, COLOUR_WHITE, COLOUR_BLACK },
)),
SET_FIELD(ColourPreview, { SPR_RIDE_DESIGN_PREVIEW_FLYING_SAUCERS_TRACK, 0 }),
SET_FIELD(ColourKey, RideColourKey::Ride),