move DFHack version next to logo

and only display on the base title screen
develop
Myk Taylor 2023-04-24 08:04:08 -07:00
parent 65da8ef3c9
commit 2686c8f084
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 2 additions and 2 deletions

@ -570,7 +570,7 @@ TitleVersionOverlay = defclass(TitleVersionOverlay, OverlayWidget)
TitleVersionOverlay.ATTRS{
default_pos={x=50, y=-2},
default_enabled=true,
viewscreens='title',
viewscreens='title/Default',
frame={w=35, h=3},
}
@ -589,7 +589,7 @@ function TitleVersionOverlay:init()
self:addviews{
widgets.Label{
frame={b=0, l=0},
frame={t=0, l=0},
text=text,
text_pen=COLOR_WHITE,
},