/usr/share/games/lincity-ng/gui/mps.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 | <Panel width="204" height="204" background="images/gui/pbar_bg.png">
<DefineStyle name="mps_text" color="black" font-size="12" halign="left" margin-left="0" margin-right="0"/>
<DefineStyle name="mps_title" color="black" font-size="12" halign="left" font-style="normal" margin-left="0" margin-right="0"/>
<TableLayout rows="3" cols="3">
<colsize col="1" fixed="6"/>
<colsize col="3" fixed="4"/>
<rowsize row="1" fixed="8"/>
<rowsize row="3" fixed="8"/>
<cell row="2" col="2">
<TableLayout rows="13" cols="1">
<cell row="1" col="1" halign="center">
<Paragraph name="mps_text0" style="mps_title"/>
</cell>
<cell row="2" col="1" halign="left">
<Paragraph name="mps_text1" style="mps_text"/>
</cell>
<cell row="3" col="1" halign="left">
<Paragraph name="mps_text2" style="mps_text"/>
</cell>
<cell row="4" col="1" halign="left">
<Paragraph name="mps_text3" style="mps_text"/>
</cell>
<cell row="5" col="1" halign="left">
<Paragraph name="mps_text4" style="mps_text"/>
</cell>
<cell row="6" col="1" halign="left">
<Paragraph name="mps_text5" style="mps_text"/>
</cell>
<cell row="7" col="1" halign="left">
<Paragraph name="mps_text6" style="mps_text"/>
</cell>
<cell row="8" col="1" halign="left">
<Paragraph name="mps_text7" style="mps_text"/>
</cell>
<cell row="9" col="1" halign="left">
<Paragraph name="mps_text8" style="mps_text"/>
</cell>
<cell row="10" col="1" halign="left">
<Paragraph name="mps_text9" style="mps_text"/>
</cell>
<cell row="11" col="1" halign="left">
<Paragraph name="mps_text10" style="mps_text"/>
</cell>
<cell row="12" col="1" halign="left">
<Paragraph name="mps_text11" style="mps_text"/>
</cell>
<cell row="13" col="1" halign="left">
<Paragraph name="mps_text12" style="mps_text"/>
</cell>
</TableLayout>
</cell>
<!-- <cell row="1" col= "3"/> -->
</TableLayout>
</Panel>
|