Skip to content

Commit

Permalink
Apply #465: Remove LRT fences
Browse files Browse the repository at this point in the history
Closes #465
  • Loading branch information
telk5093 committed May 5, 2024
1 parent 97c72f4 commit 12f3bd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ko_train_set.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ grf {
name: string(STR_GRF_NAME_WITH_VER);
desc: string(STR_GRF_DESC);
url: string(STR_GRF_URL);
version: 271;
version: 272;
min_compatible_version: 250;


Expand Down
4 changes: 4 additions & 0 deletions src/railtype/KR_LIGHTRAIL.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ spriteset(set_light_railway_track_tunnel_overlay_desert, "./src/railtype/KR_LIGH
[1050, 120, 64, 40, -31, -39]
[ 490, 120, 64, 40, -31, -39]
}
spriteset(set_light_railway_track_null, "./src/railtype/KR_LIGHTRAIL.png") {
[0, 0, 1, 1, 0, 0]
}

// Disable grass overlay
replace(6142, "./src/railtype/KR_LIGHTRAIL.png") { [0, 0, 1, 1, 0, 0] }
Expand Down Expand Up @@ -186,6 +189,7 @@ item(FEAT_RAILTYPES, ko_train_set_KR_LIGHTRAILS, 3) {
tunnel_overlay: sw_light_railway_track_tunnel_overlay;
depots: set_light_railway_track_depot;
bridge_surfaces: set_light_railway_track_bridge;
fences: set_light_railway_track_null;
}
}

Expand Down

0 comments on commit 12f3bd5

Please sign in to comment.