Skip to content

Commit

Permalink
(station) Fix a demo layout (bug caused by tile renaming)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Oct 7, 2024
1 parent 08deeea commit 0eb618f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion station/stations/dovemere_2018_lib/demos/special_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
globalize_all(platform_class="concrete", shelter_class="shelter_2")

top_half = [
[default, h_end_asym_gate.T, turn_gate.T.R, concourse, turn_gate.T, h_end_asym_gate.T.R, default],
[default, h_end_asym_gate.T, turn_gate.T.R, concourse_none, turn_gate.T, h_end_asym_gate.T.R, default],
[cns, cns, v_central_n, cns, v_central_n, cns, cns],
[cns.T, cns.T, v_central_n.T, cns.T, v_central_n.T, cns.T, cns.T],
[
Expand Down

0 comments on commit 0eb618f

Please sign in to comment.