/usr/share/games/lincity-ng/gui/credits.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 | <?xml version="1.0" encoding="UTF-8"?>
<gui>
<DefineStyle name="creditsdoc"/>
<DefineStyle name="section" color="black" margin-top="35" font-size="30"
margin-left="20" margin-bottom ="5"/>
<DefineStyle name="person" color="black" margin-left="50" font-size="20"
margin-top="5"/>
<DefineStyle name="email" color="blue" font-size="20" font-style="italic"
margin-top="5"/>
<DefineStyle name="button" color="blue" font-size="30" margin-left="20"
margin-right="20"/>
<Image src="images/mainmenu/credits_back.png" resizable="yes"/>
<TableLayout rows="2" cols="1">
<rowsize row="2" relative=".1"/>
<cell row="1" col="1" valign="top" halign="left">
<ScrollView name="CreditsHelpScrollView">
<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>
<contents>
<Import src="gui/creditslist.xml"/>
</contents>
</ScrollView>
</cell>
<cell row="2" col="1" halign="center">
<Button name="BackButton">
<text-caption style="button" translatable="yes">Back</text-caption>
<image src="images/mainmenu/buttons/back.png"/>
<image-hover src="images/mainmenu/buttons/back-hover.png"/>
<image-clicked src="images/mainmenu/buttons/back-clicked.png"/>
</Button>
</cell>
</TableLayout>
</gui>
|