/usr/share/games/lincity-ng/gui/helpwindow.xml is in lincity-ng-data 2.9~git20150314-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | <?xml version="1.0" encoding="UTF-8"?>
<Window width="500" height="400" border="5" titlesize="30" name="HelpWindow">
<title>
<TableLayout rows="1" cols="2">
<colsize col="1" fixed="25"/>
<cell row="1" col="1" halign="right">
<Button name="HistoryBack">
<image src="images/gui/buttons/round/button-round-20.png"/>
<image-hover src="images/gui/buttons/round/button-round-hover-20.png"/>
<image-clicked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/back.png"/>
</Button>
</cell>
<cell row="1" col="2">
<Paragraph halign="center" color="white" name="HelpWindowTitle" translatable="yes"
height="30" font-size="20">Help</Paragraph>
</cell>
</TableLayout>
</title>
<title-background>
<Gradient from="#ff0000ff" to="#88776655" direction="left-right"/>
</title-background>
<closebutton>
<image src="images/gui/window/window_close.png"/>
<image-hover src="images/gui/window/window_close_hover.png"/>
<image-clicked src="images/gui/window/window_close_clicked.png"/>
</closebutton>
<background>
<FilledRectangle color="#ffffffbb"/>
</background>
<contents>
<ScrollView name="HelpScrollView">
<scrollbar width="20">
<button1>
<image src="images/gui/buttons/round/button-round-20.png"/>
<image-hover src="images/gui/buttons/round/button-round-hover-20.png"/>
<image-clicked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/scrollbar/arrow_up.png"/>
</button1>
<button2>
<image src="images/gui/buttons/round/button-round-20.png"/>
<image-hover src="images/gui/buttons/round/button-round-hover-20.png"/>
<image-clicked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/scrollbar/arrow_down.png"/>
</button2>
<scroller>
<image src="images/gui/buttons/round/button-round-20.png"/>
<image-hover src="images/gui/buttons/round/button-round-hover-20.png"/>
<image-clicked src="images/gui/buttons/round/button-round-checked-20.png"/>
</scroller>
</scrollbar>
</ScrollView>
</contents>
</Window>
|