diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:03:29 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:03:29 +0200 |
commit | 265acf710f26d8dc6ad78e3a65d2e36fb958276d (patch) | |
tree | 42c598e17065eaecd6f1d5be32f5b7ab051d422b /il_timetable/nodes | |
parent | c3bfb842d03214e6c2a6124f372694da8ab0b89b (diff) | |
download | luaatc_envs-265acf710f26d8dc6ad78e3a65d2e36fb958276d.tar.gz luaatc_envs-265acf710f26d8dc6ad78e3a65d2e36fb958276d.tar.bz2 luaatc_envs-265acf710f26d8dc6ad78e3a65d2e36fb958276d.zip |
State at 2023-11-28
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r-- | il_timetable/nodes/(-614,15,-411).lua | 7 | ||||
-rw-r--r-- | il_timetable/nodes/(1236,3,1016).lua | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/il_timetable/nodes/(-614,15,-411).lua b/il_timetable/nodes/(-614,15,-411).lua new file mode 100644 index 0000000..e077d42 --- /dev/null +++ b/il_timetable/nodes/(-614,15,-411).lua @@ -0,0 +1,7 @@ +F.ttp_station_display({ + lines = {"S12_N", "S12_S"}, + departure = {}, + station = "Spawn Main", + title = "Spawn Main T3", + display1 = "d1", +})
\ No newline at end of file diff --git a/il_timetable/nodes/(1236,3,1016).lua b/il_timetable/nodes/(1236,3,1016).lua index 2a4682b..fb19feb 100644 --- a/il_timetable/nodes/(1236,3,1016).lua +++ b/il_timetable/nodes/(1236,3,1016).lua @@ -2,7 +2,7 @@ F.ttp_begin({ stn = "Silver Coast Central Siding", tt = "S12_S", -- timetable ID depint = "05;00", --departure slot interval - depoff = "00;00", --departure slot offset + depoff = "01;40", --departure slot offset doorside = "C", reverse = false, only_lines = {S12=true}, |