File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ local DIRECTION_MAP_REVERSE = utils.invert(DIRECTION_MAP)
55
55
TrackStopOverlay = defclass (TrackStopOverlay , overlay .OverlayWidget )
56
56
TrackStopOverlay .ATTRS {
57
57
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 ,
59
60
default_enabled = true ,
60
61
viewscreens = ' dwarfmode/ViewSheets/BUILDING/Trap/TrackStop' ,
61
62
frame = {w = 25 , h = 4 },
161
162
RollerOverlay = defclass (RollerOverlay , overlay .OverlayWidget )
162
163
RollerOverlay .ATTRS {
163
164
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 ,
165
167
default_enabled = true ,
166
168
viewscreens = ' dwarfmode/ViewSheets/BUILDING/Rollers' ,
167
169
frame = {w = 27 , h = 4 },
You can’t perform that action at this time.
0 commit comments