Skip to content

Commit 63447ce

Browse files
committed
move trackstop/roller overlay down a bit
so as not to conflict with the enroute overlay
1 parent e56675d commit 63447ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

trackstop.lua

+4-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ local DIRECTION_MAP_REVERSE = utils.invert(DIRECTION_MAP)
5555
TrackStopOverlay = defclass(TrackStopOverlay, overlay.OverlayWidget)
5656
TrackStopOverlay.ATTRS{
5757
desc='Adds widgets for reconfiguring trackstops after construction.',
58-
default_pos={x=-73, y=29},
58+
default_pos={x=-73, y=32},
59+
version=2,
5960
default_enabled=true,
6061
viewscreens='dwarfmode/ViewSheets/BUILDING/Trap/TrackStop',
6162
frame={w=25, h=4},
@@ -161,7 +162,8 @@ end
161162
RollerOverlay = defclass(RollerOverlay, overlay.OverlayWidget)
162163
RollerOverlay.ATTRS{
163164
desc='Adds widgets for reconfiguring rollers after construction.',
164-
default_pos={x=-71, y=29},
165+
default_pos={x=-71, y=32},
166+
version=2,
165167
default_enabled=true,
166168
viewscreens='dwarfmode/ViewSheets/BUILDING/Rollers',
167169
frame={w=27, h=4},

0 commit comments

Comments
 (0)