mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 20:26:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| 
 | |
| <MyGUI type="Layout">
 | |
|     <Widget type="Window" skin="MW_Window" layer="Windows" position="0 0 600 300" name="_Main">
 | |
| 
 | |
|         <!-- Player enumbrance -->
 | |
|         <Widget type="ProgressBar" skin="MW_Progress_Blue" position="8 8 212 18" name="EncumbranceBar">
 | |
|             <Widget type="TextBox" skin="ProgressText" position="0 0 212 18" align="Center" name="EncumbranceBarT"/>
 | |
|         </Widget>
 | |
| 
 | |
|         <!-- Avatar -->
 | |
|         <Widget type="Widget" skin="MW_Box" position="8 32 212 166" name="Avatar">
 | |
|             <Widget type="TextBox" skin="ProgressText" position="0 -8 212 18" align="HCenter Bottom" name="ArmorRating"/>
 | |
|         </Widget>
 | |
| 
 | |
|         <!-- Items in inventory -->
 | |
|         <Widget type="Widget" skin="MW_Box" position="228 32 300 166" name="Items"/>
 | |
| 
 | |
|         <!-- Categories -->
 | |
|         <Widget type="Widget" position="228 8 300 18" align="ALIGN_TOP ALIGN_LEFT" name="Categories">
 | |
|             <Widget type="Button" skin="MW_Button" position="0 0 30 18" name="AllButton"/>
 | |
|             <Widget type="Button" skin="MW_Button" position="134 0 60 18" name="WeaponButton"/>
 | |
|             <Widget type="Button" skin="MW_Button" position="98 0 60 18" name="ApparelButton"/>
 | |
|             <Widget type="Button" skin="MW_Button" position="160 0 50 18" name="MagicButton"/>
 | |
|             <Widget type="Button" skin="MW_Button" position="214 0 45 18" name="MiscButton"/>
 | |
|         </Widget>
 | |
| 
 | |
|     </Widget>
 | |
| </MyGUI>
 |