Skip to content

Commit

Permalink
#2 added link
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Feb 27, 2024
1 parent 7af9c9e commit 5904a01
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,11 +763,12 @@ length look quite odd, buses with 2m length, too.

## Carriages

Further parameters can be used to achieve visualization of individual rail carriages and configure exiting behavior at stations
Further parameters can be used to achieve visualization of [individual rail carriages](Simulation/Railways.md#trains) and configure exiting behavior at stations.
```xml
<vType id="rail">
<vType id="rail" vClass="rail" imgFile="locomotive.png">
<param key="carriageLength" value="20"/>
<param key="carriageGap" value="1"/>
<param key="carriageImages" value="freight.png,passengers.png"/>
<param key="locomotiveLength" value="25"/>
<param key="carriageDoors" value="2"/>
</vType>
Expand Down

0 comments on commit 5904a01

Please sign in to comment.