/usr/share/games/lincity-ng/gui/newgame.xml is in lincity-ng-data 2.0-2build1.
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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | <?xml version="1.0" encoding="UTF-8"?>
<gui>
<Image src="images/mainmenu/newgame_back.png" resizable="yes"/>
<!-- Split window into title/top - contents and bottom/buttons area -->
<TableLayout rows="4" cols="1">
<rowsize row="1" relative="3"/>
<rowsize row="2" relative="5"/>
<rowsize row="3" relative="1.5"/>
<rowsize row="4" relative="1"/>
<cell row="1" col="1">
<TableLayout rows="2" cols="1">
<rowsize row="1" relative="2"/>
<rowsize row="2" relative="1"/>
<cell row="1" col="1">
<Paragraph style="menutitle" translatable="yes">New Game</Paragraph>
</cell>
<cell row="2" col="1">
<Paragraph style="listtitle" translatable="yes">
Choose Scenario</Paragraph>
</cell>
</TableLayout>
</cell>
<cell row="2" col="1">
<TableLayout rows="8" cols="3">
<colsize col="1" relative="4"/>
<colsize col="2" relative="10"/>
<colsize col="3" relative="15"/>
<!-- put scenario list in here
<cell row="N" col="2">
</cell>
-->
<cell row="2" col="2">
<CheckButton name="File0">
<text-caption style="button">Savegame 1234567890</text-caption>
<image src="images/gui/buttons/savebutton.png"/>
<image-hover src="images/gui/buttons/savebutton-hover.png"/>
<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
<image-checked src="images/gui/buttons/savebutton-checked.png"/>
</CheckButton>
</cell>
<cell row="3" col="2">
<CheckButton name="File1">
<text-caption style="button">Savegame 1234567890</text-caption>
<image src="images/gui/buttons/savebutton.png"/>
<image-hover src="images/gui/buttons/savebutton-hover.png"/>
<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
<image-checked src="images/gui/buttons/savebutton-checked.png"/>
</CheckButton>
</cell>
<cell row="4" col="2">
<CheckButton name="File2">
<text-caption style="button">Savegame 1234567890</text-caption>
<image src="images/gui/buttons/savebutton.png"/>
<image-hover src="images/gui/buttons/savebutton-hover.png"/>
<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
<image-checked src="images/gui/buttons/savebutton-checked.png"/>
</CheckButton>
</cell>
<cell row="5" col="2">
<CheckButton name="File3">
<text-caption style="button">Savegame 1234567890</text-caption>
<image src="images/gui/buttons/savebutton.png"/>
<image-hover src="images/gui/buttons/savebutton-hover.png"/>
<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
<image-checked src="images/gui/buttons/savebutton-checked.png"/>
</CheckButton>
</cell>
<cell row="6" col="2">
<CheckButton name="File4">
<text-caption style="button">Savegame 1234567890</text-caption>
<image src="images/gui/buttons/savebutton.png"/>
<image-hover src="images/gui/buttons/savebutton-hover.png"/>
<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
<image-checked src="images/gui/buttons/savebutton-checked.png"/>
</CheckButton>
</cell>
<cell row="7" col="2">
<CheckButton name="File5">
<text-caption style="button">Savegame 1234567890</text-caption>
<image src="images/gui/buttons/savebutton.png"/>
<image-hover src="images/gui/buttons/savebutton-hover.png"/>
<image-clicked src="images/gui/buttons/savebutton-clicked.png"/>
<image-checked src="images/gui/buttons/savebutton-checked.png"/>
</CheckButton>
</cell>
</TableLayout>
</cell>
<cell row="3" col="1">
<TableLayout rows="4" cols="2">
<rowsize row="1" relative="1"/>
<rowsize row="2" relative="3"/>
<rowsize row="3" relative="3"/>
<rowsize row="4" relative="1"/>
<cell row="2" col="1" halign="left">
<Button name="StartBareButton">
<text style="button" translatable="yes">Start with empty board.</text>
<text-hover style="button-hover" translatable="yes">Start with empty board.</text-hover>
<text-clicked style="button-clicked" translatable="yes">Start with empty board.</text-clicked>
</Button>
</cell>
<cell row="3" col="1" halign="left">
<Button name="StartVillageButton">
<text style="button" translatable="yes">Start with random village.</text>
<text-hover style="button-hover" translatable="yes">Start with random village.</text-hover>
<text-clicked style="button-clicked" translatable="yes">Start with random village.</text-clicked>
</Button>
</cell>
</TableLayout>
</cell>
<cell row="4" col="1">
<TableLayout rows="2" cols="2">
<rowsize row="1" relative="1"/>
<rowsize row="2" relative="3"/>
<cell row="2" col="1" halign="left">
<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>
<cell row="2" col="2" halign="right">
<Button name="StartButton">
<text-caption style="button" translatable="yes">Start</text-caption>
<image src="images/mainmenu/buttons/start.png"/>
<image-hover src="images/mainmenu/buttons/start-hover.png"/>
<image-clicked src="images/mainmenu/buttons/start-clicked.png"/>
</Button>
</cell>
</TableLayout>
</cell>
</TableLayout>
</gui>
|