-
Notifications
You must be signed in to change notification settings - Fork 15
Park Entrance
zrowny edited this page Jun 3, 2021
·
2 revisions
Contents
For each of the four angles (as always, facing front left and then clockwise), the images are split up. First is the center part of the entrance with the scrolling sign. Then the left part of the entrance (that's the left when looking at the front of it. For the two angles it's facing away from you, that side still comes first, but it's now visually on the right), and then the right part.
Since park entrances are always one tile by three tiles wide, with guests walking through the center, this split is might just be "center tile, left tile, right tile" but if the edges of the entrance that peeps walk through doesn't line up with the tile edges, you shouldn't do this.
- scrollingMode :
integer
: required - Scrolling mode of the sign
- textHeight :
integer
: required - Height of the sign text
rct2.park_entrance.pkemm
(Park Entrance Gates)
"properties": {
"scrollingMode": 32,
"textHeight": 36
}