add wooden coaster sprites

This commit is contained in:
Spacek531 2023-09-26 13:34:58 -07:00
parent 7f707bdd34
commit ddb4d15e7d
8 changed files with 39 additions and 1 deletions

View File

@ -6380,6 +6380,42 @@
"x_offset": -30,
"y_offset": -15
},
{
"path": "track/wooden/brake_horizontal.png",
"x_offset": -32,
"y_offset": -10,
"palette": "keep"
},
{
"path": "track/wooden/brake_vertical.png",
"x_offset": -25,
"y_offset": -13,
"palette": "keep"
},
{
"path": "track/wooden/blockbrake_horizontal_closed.png",
"x_offset": -32,
"y_offset": -10,
"palette": "keep"
},
{
"path": "track/wooden/blockbrake_horizontal_open.png",
"x_offset": -32,
"y_offset": -10,
"palette": "keep"
},
{
"path": "track/wooden/blockbrake_vertical_closed.png",
"x_offset": -25,
"y_offset": -13,
"palette": "keep"
},
{
"path": "track/wooden/blockbrake_vertical_open.png",
"x_offset": -25,
"y_offset": -13,
"palette": "keep"
},
{
"path": "track/wooden/station_block_brake_open_sw_ne.png",
"x_offset": -34,

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -1265,7 +1265,9 @@ enum
SPR_G2_WOODEN_RC_BOOSTER_SW_NE = SPR_G2_WOODEN_RC_BEGIN,
SPR_G2_WOODEN_RC_BOOSTER_NW_SE,
SPR_G2_WOODEN_RC_STATION_BLOCK_BRAKE_OPEN_SW_NE,
SPR_G2_WOODEN_RC_DIAG_BRAKES,
SPR_G2_WOODEN_RC_STATION_BLOCK_BRAKE_OPEN_SW_NE = SPR_G2_WOODEN_RC_DIAG_BRAKES + 6,
SPR_G2_WOODEN_RC_STATION_BLOCK_BRAKE_OPEN_NW_SE,
SPR_G2_WOODEN_RC_STATION_BLOCK_BRAKE_CLOSED_SW_NE,
SPR_G2_WOODEN_RC_STATION_BLOCK_BRAKE_CLOSED_NW_SE,