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 ada5c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions distribution/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Feature: [#22213] [Plugin] Allow plugins to focus on textboxes in custom windows.
- Feature: [#22301] Loading save games or scenarios now indicates loading progress.
- Feature: [OpenMusic#54] Added Progressive ride music style (feat. Approaching Nirvana).
- Improved: [#22361] Add additional colour preset for the Observation Tower.
- Change: [#21494] Display pixel density is now taken into account for the initial window scale setting.
- Change: [#22230] The plugin/script engine is now initialised off the main thread.
- Change: [#22251] Hide author info in the scenery window unless debug tools are active.
Expand Down
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 ada5c22

Please sign in to comment.