Skip to content

Commit

Permalink
Add RCT1 colour preset for Observation Tower Pole
Browse files Browse the repository at this point in the history
Adds white and yellow preset to Observation tower pole from rct1 thumbnail.
  • Loading branch information
733737 committed Jul 24, 2024
1 parent 035e409 commit 9ca6295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openrct2/ride/gentle/meta/ObservationTower.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ constexpr RideTypeDescriptor ObservationTowerRTD =
.ColourPresets = TRACK_COLOUR_PRESETS(
{ COLOUR_BRIGHT_RED, COLOUR_BLACK, COLOUR_GREY },
{ COLOUR_LIGHT_BLUE, COLOUR_YELLOW, COLOUR_GREY },
{ COLOUR_WHITE, COLOUR_YELLOW, COLOUR_GREY },
),
.ColourPreview = { SPR_RIDE_DESIGN_PREVIEW_OBSERVATION_TOWER_TRACK, SPR_RIDE_DESIGN_PREVIEW_OBSERVATION_TOWER_SUPPORTS },
.ColourKey = RideColourKey::Ride,
Expand Down

0 comments on commit 9ca6295

Please sign in to comment.