Open CoasterFreakDE opened 6 months ago
We have multiple TrackNodes in each TrackRide.
TrackNodes
TrackRide
We need a way to add segments with information to these Rides.
A Segment is a collection of connected nodes, that serve a special function like accelerating or breaking the train.
Currently, only missing the implementation for station.
__ slow down stop, eject passengers wait for start condition accelerate
The start condition should be:
We have multiple
TrackNodes
in eachTrackRide
.We need a way to add segments with information to these Rides.
A Segment is a collection of connected nodes, that serve a special function like accelerating or breaking the train.