1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

tower rides and slide

This commit is contained in:
spacek531
2021-08-30 23:32:57 -07:00
parent 5d2c9d8be4
commit c8bed6fa87
6 changed files with 58 additions and 15 deletions

View File

@@ -119,6 +119,20 @@ const uint32_t floorSpritesCork[] = {
SPR_FLOOR_CORK
};
const uint32_t floorSpritesMetal[] = {
SPR_FLOOR_METAL,
SPR_FLOOR_METAL,
SPR_FLOOR_METAL,
SPR_FLOOR_METAL
};
const uint32_t floorSpritesMetalB[] = {
SPR_FLOOR_METAL_B,
SPR_FLOOR_METAL_B,
SPR_FLOOR_METAL_B,
SPR_FLOOR_METAL_B
};
const uint32_t fenceSpritesRope[] = {
SPR_FENCE_ROPE_NE,
SPR_FENCE_ROPE_SE,
@@ -126,6 +140,14 @@ const uint32_t fenceSpritesRope[] = {
SPR_FENCE_ROPE_NW
};
const uint32_t fenceSpritesMetal[] = {
SPR_FENCE_METAL_NE,
SPR_FENCE_METAL_SE,
SPR_FENCE_METAL_SW,
SPR_FENCE_METAL_NW
};
const uint32_t fenceSpritesMetalB[] = {
SPR_FENCE_METAL_B_NE,
SPR_FENCE_METAL_B_SE,