Add replacement sprites for road waypoint buildings

Add action 5 sprite replacement support
This commit is contained in:
Jonathan G Rennison
2022-01-26 01:51:00 +00:00
parent b4fc0b4dc5
commit 7ff885fc96
10 changed files with 56 additions and 9 deletions

View File

@@ -208,6 +208,12 @@
<p>There is currently one misc GUI sprite.</p>
</td>
</tr>
<tr><td>ROAD_WAYPOINTS</td><td>4</td>
<td>
<b>Road waypoint graphics</b>
<p>This is the same order and format as the drive-through bus/truck road stop sprites.</p>
</td>
</tr>
</table>
<h3>Signal graphics using switches</h3>
<p>

View File

@@ -552,5 +552,8 @@
<h4 id="misc_gui">Miscellaneous GUI graphics (mappable type: misc_gui)</h4>
<p>There is currently one misc GUI sprite.</p>
<p>This is indicated by the feature name: <font face="monospace">action5_misc_gui</font>, version 1</p>
<h4 id="road_waypoints">Road waypoint graphics (mappable type: road_waypoints)</h4>
<p>This is 4 sprites, in the same order and format as the drive-through bus or truck road stop graphics.</p>
<p>This is indicated by the feature name: <font face="monospace">action5_road_waypoints</font>, version 1</p>
</body>
</html>