/usr/share/games/lincity-ng/gui/minimapswitchbuttons.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 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 | <?xml version="1.0" encoding="UTF-8"?>
<TableLayout rows="1" cols="10"> <!-- The MiniMap ChangeView Buttons -->
<cell row="1" col="1">
<CheckButton name="MapViewNormal">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_resident.png"/>
<tooltip translatable="yes">Show map outline</tooltip>
</CheckButton>
</cell>
<cell row="1" col="2">
<CheckButton name="MapViewFood">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_food.png"/>
<tooltip translatable="yes">Show nourishments</tooltip>
</CheckButton>
</cell>
<cell row="1" col="3">
<CheckButton name="MapViewUB40">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_ub40.png"/>
<tooltip translatable="yes">Show unemployment</tooltip>
</CheckButton>
</cell>
<cell row="1" col="4">
<CheckButton name="MapViewPower">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_electrics.png"/>
<tooltip translatable="yes">Show power supply</tooltip>
</CheckButton>
</cell>
<cell row="1" col="5">
<CheckButton name="MapViewFire">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_fire.png"/>
<tooltip translatable="yes">Show fire department cover</tooltip>
</CheckButton>
</cell>
<cell row="1" col="6">
<CheckButton name="MapViewSport">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_sport.png"/>
<tooltip translatable="yes">Show sport cover</tooltip>
</CheckButton>
</cell>
<cell row="1" col="7">
<CheckButton name="MapViewHealth">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_health.png"/>
<tooltip translatable="yes">Show medical care</tooltip>
</CheckButton>
</cell>
<cell row="1" col="8">
<CheckButton name="MapViewTraffic">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_road.png"/>
<tooltip translatable="yes">Show traffic density</tooltip>
</CheckButton>
</cell>
<cell row="1" col="9">
<CheckButton name="MapViewPollution">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_pollution.png"/>
<tooltip translatable="yes">Show pollution density</tooltip>
</CheckButton>
</cell>
<cell row="1" col="10">
<CheckButton name="MapViewCoal">
<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-clicked-20.png"/>
<image-checked src="images/gui/buttons/round/button-round-checked-20.png"/>
<image-caption src="images/gui/mapview/roundbuttons/round_coal.png"/>
<tooltip translatable="yes">Show coal depots</tooltip>
</CheckButton>
</cell>
</TableLayout>
|