- Timestamp:
- 09/01/11 04:49:02 (13 years ago)
- Location:
- ps/trunk/binaries/data/mods/public/gui
- Files:
-
- 2 edited
-
civinfo/civinfo.xml (modified) (8 diffs)
-
manual/manual.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/binaries/data/mods/public/gui/civinfo/civinfo.xml
r10122 r10156 26 26 Civilization Selection 27 27 </object> 28 28 29 29 <object name="civSelection" type="dropdown" style="StoneDropDown" size="50%-96 10 50%+96 38"> 30 30 <action on="SelectionChange">selectCiv(this.list_data[this.selected]);</action> 31 31 </object> 32 32 </object> 33 33 34 34 <!-- Civ data display --> 35 35 <object size="25 50 100%-25 65%-5"> 36 <object type="image" sprite=" bgInfoHeading" size="0 0 100% 40">36 <object type="image" sprite="TranslucentPanelThinBorder" size="0 0 100% 40"> 37 37 <object 38 38 name="civGameplayHeading" … … 45 45 /> 46 46 </object> 47 48 <object type="image" s tyle="TranslucentPanelThinBorder" size="0 40 33%-5 100%">47 48 <object type="image" sprite="BackgroundTranslucent" size="0 40 33%-5 100%"> 49 49 <object 50 50 name="civBonuses" … … 56 56 /> 57 57 </object> 58 59 <object type="image" sprite=" bgInfoBox" size="33%+5 40 75%-5 100%">58 59 <object type="image" sprite="BackgroundTranslucent" size="33%+5 40 75%-5 100%"> 60 60 <object 61 61 name="civTechs" … … 67 67 /> 68 68 </object> 69 70 <object type="image" sprite=" bgInfoBox" size="75%+5 40 100% 100%">69 70 <object type="image" sprite="BackgroundTranslucent" size="75%+5 40 100% 100%"> 71 71 <object 72 72 name="civHeroes" … … 78 78 /> 79 79 </object> 80 80 81 81 </object> 82 83 82 83 84 84 <!-- Civ history display --> 85 85 <object size="25 65% 100%-25 100%-56"> 86 <object type="image" sprite=" bgInfoHeading" size="0 0 100% 35">86 <object type="image" sprite="TranslucentPanelThinBorder" size="0 0 100% 35"> 87 87 <object 88 88 name="civHistoryHeading" … … 95 95 /> 96 96 </object> 97 98 <object type="image" sprite=" bgInfoBox" size="0 35 100% 100%">97 98 <object type="image" sprite="BackgroundTranslucent" size="0 35 100% 100%"> 99 99 <object 100 100 name="civHistoryText" … … 106 106 /> 107 107 </object> 108 108 109 109 </object> 110 110 111 111 <object 112 112 type="button" … … 118 118 ]]></action> 119 119 </object> 120 120 121 121 </object> 122 122 123 123 </objects> -
ps/trunk/binaries/data/mods/public/gui/manual/manual.xml
r10122 r10156 10 10 <object type="image" style="StonePanelLight" size="50%-466 50%-316 50%+466 50%+316"> 11 11 12 <object type="image" style="TranslucentPanelThinBorder" size="16 16 100%-16 100%-48"> 13 <object type="image" style="TranslucentPanel" size="16 4 100%-4 100%-4"> 14 <object name="mainText" type="text" style="textPanel"/> 15 </object> 16 </object> 12 <object type="image" sprite="BackgroundTranslucent" size="20 20 100%-20 100%-52"> 13 <object name="mainText" type="text" style="textPanel"/> 14 </object> 17 15 <object type="button" style="StoneButton" size="100%-324 100%-48 100%-164 100%-20"> 18 16 Online Manual … … 28 26 </object> 29 27 </object> 30 28 31 29 32 30
Note:
See TracChangeset
for help on using the changeset viewer.
