mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 07:39:41 +00:00
forgot to git add some stuff
This commit is contained in:
parent
9b31b6272f
commit
98f3192448
17 changed files with 102 additions and 52 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<MyGUI type="Font">
|
||||
|
||||
<Font name="MyGUI_CoreFont.18" source="Comic.TTF" size="18" resolution="72" antialias_colour="false" space_width="4" tab_count="4" spacer="5" distance="10">
|
||||
<Font name="MyGUI_CoreFont.18" source="Comic.TTF" size="13" resolution="72" antialias_colour="false" space_width="4" tab_count="4" spacer="5" distance="10">
|
||||
<Code range="33 126"/>
|
||||
<Code range="192 382"/><!-- Central and Eastern European languages glyphs -->
|
||||
<Code range="1025 1105"/>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<Code hide="1104"/>
|
||||
</Font>
|
||||
|
||||
<Font name="MonoFont" default_height="17" source="VeraMono.ttf" size="18" resolution="50" antialias_colour="false" space_width="4" tab_width="8" cursor_width="2" distance="10" offset_height="0">
|
||||
<Font name="MonoFont" default_height="17" source="VeraMono.ttf" size="13" resolution="50" antialias_colour="false" space_width="4" tab_width="8" cursor_width="2" distance="10" offset_height="0">
|
||||
<Code range="33 126"/>
|
||||
<Code range="192 382"/><!-- Central and Eastern European glyphs -->
|
||||
<Code range="1025 1105"/>
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="375 340 53 23" name="BackButton">
|
||||
<Property key="Widget_Caption" value="Back"/>
|
||||
<Property key="Caption" value="Back"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_Button" position="431 340 42 23" name="OKButton">
|
||||
<Property key="Widget_Caption" value="OK"/>
|
||||
<Property key="Caption" value="OK"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="177 214 57 24" name="OKButton">
|
||||
<Property key="Widget_Caption" value="Enter"/>
|
||||
<Property key="Caption" value="Enter"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<Widget type="Widget" skin="" position="15 152 484 178" align="ALIGN_LEFT ALIGN_TOP">
|
||||
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 0 162 18" name="SpecializationT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Specialization:"/>
|
||||
<Property key="Caption" value="Specialization:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="TextBox" skin="SandText" position="0 18 162 18" name="SpecializationName" align="ALIGN_LEFT ALIGN_TOP">
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
<!-- Favorite Attributes -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 41 162 18" name="FavoriteAttributesT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Favorite Attributes:"/>
|
||||
<Property key="Caption" value="Favorite Attributes:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="MWAttribute" skin="MW_StatName" position="0 59 162 18" name="FavoriteAttribute0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
<!-- Major Skills -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="162 0 162 18" name="MajorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Major Skills:"/>
|
||||
<Property key="Caption" value="Major Skills:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="MWSkill" skin="MW_StatName" position="162 18 162 18" name="MajorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
<!-- Minor Skills -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="325 0 162 18" name="MinorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Minor Skills:"/>
|
||||
<Property key="Caption" value="Minor Skills:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="MWSkill" skin="MW_StatName" position="325 18 162 18" name="MinorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||
|
@ -55,10 +55,10 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="382 265 53 23" name="BackButton">
|
||||
<Property key="Widget_Caption" value="Back"/>
|
||||
<Property key="Caption" value="Back"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_Button" position="434 265 42 23" name="OKButton">
|
||||
<Property key="Widget_Caption" value="OK"/>
|
||||
<Property key="Caption" value="OK"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 474 192" name="_Main">
|
||||
<!-- Class name -->
|
||||
<Widget type="TextBox" skin="ProgressText" position="12 12 48 30" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Name"/>
|
||||
<Property key="Caption" value="Name"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_VCENTRE"/>
|
||||
</Widget>
|
||||
<Widget type="Edit" skin="MW_TextEdit" position="62 12 250 30" name="EditName" align="ALIGN_HSTRETCH ALIGN_TOP"/>
|
||||
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Specialization -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 0 156 18" name="SpecializationT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Specialization:"/>
|
||||
<Property key="Caption" value="Specialization:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="TextBox" skin="SandText" position="0 18 156 18" name="SpecializationName" align="ALIGN_LEFT ALIGN_TOP">
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
<!-- Favorite Attributes -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 41 156 18" name="FavoriteAttributesT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Favorite Attributes:"/>
|
||||
<Property key="Caption" value="Favorite Attributes:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="MWAttribute" skin="MW_StatNameButton" position="0 59 156 18" name="FavoriteAttribute0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||
|
@ -29,7 +29,7 @@
|
|||
|
||||
<!-- Major Skills -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="156 0 158 18" name="MajorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Major Skills:"/>
|
||||
<Property key="Caption" value="Major Skills:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="156 18 158 18" name="MajorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||
|
@ -40,7 +40,7 @@
|
|||
|
||||
<!-- Minor Skills -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="314 0 140 18" name="MinorSkillT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Minor Skills:"/>
|
||||
<Property key="Caption" value="Minor Skills:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="314 18 140 18" name="MinorSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||
|
@ -53,13 +53,13 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="207 158 143 23" name="DescriptionButton">
|
||||
<Property key="Widget_Caption" value="Class Description"/>
|
||||
<Property key="Caption" value="Class Description"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_Button" position="356 158 53 23" name="BackButton">
|
||||
<Property key="Widget_Caption" value="Back"/>
|
||||
<Property key="Caption" value="Back"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_Button" position="417 158 42 23" name="OKButton">
|
||||
<Property key="Widget_Caption" value="OK"/>
|
||||
<Property key="Caption" value="OK"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
|
@ -9,20 +9,20 @@
|
|||
|
||||
<!-- Class text -->
|
||||
<Widget type="TextBox" skin="SandText" position="32 152 265 18" name="ReflectT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Your personality and past reflect a:"/>
|
||||
<Property key="Caption" value="Your personality and past reflect a:"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_TOP ALIGN_HCENTER"/>
|
||||
</Widget>
|
||||
<Widget type="TextBox" skin="SandText" position="32 170 265 18" name="ClassName" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="[Class]"/>
|
||||
<Property key="Caption" value="[Class]"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_TOP ALIGN_HCENTER"/>
|
||||
</Widget>
|
||||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="220 184 53 23" name="BackButton">
|
||||
<Property key="Widget_Caption" value="Back"/>
|
||||
<Property key="Caption" value="Back"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_Button" position="277 184 42 23" name="OKButton">
|
||||
<Property key="Widget_Caption" value="OK"/>
|
||||
<Property key="Caption" value="OK"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<!-- Appearance -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="8 16 241 18" name="AppearanceT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Appearance"/>
|
||||
<Property key="Caption" value="Appearance"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="Canvas" skin="MW_Box" position="8 39 241 230" name="AppearanceBox"/>
|
||||
|
@ -17,27 +17,27 @@
|
|||
<!-- Gender choice -->
|
||||
<Widget type="Button" skin="MW_ScrollLeft" position="8 298 14 14" name="PrevGenderButton"/>
|
||||
<Widget type="TextBox" skin="HeaderText" position="14 298 227 14" name="GenderChoiceT">
|
||||
<Property key="Widget_Caption" value="Change Sex"/>
|
||||
<Property key="Caption" value="Change Sex"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_ScrollRight" position="235 298 14 14" name="NextGenderButton"/>
|
||||
|
||||
<!-- Face choice -->
|
||||
<Widget type="Button" skin="MW_ScrollLeft" position="8 320 14 14" name="PrevFaceButton"/>
|
||||
<Widget type="TextBox" skin="HeaderText" position="14 320 227 14" name="FaceChoiceT">
|
||||
<Property key="Widget_Caption" value="Change Face"/>
|
||||
<Property key="Caption" value="Change Face"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_ScrollRight" position="235 320 14 14" name="NextFaceButton"/>
|
||||
|
||||
<!-- Hair choice -->
|
||||
<Widget type="Button" skin="MW_ScrollLeft" position="8 342 14 14" name="PrevHairButton"/>
|
||||
<Widget type="TextBox" skin="HeaderText" position="14 342 227 14" name="HairChoiceT">
|
||||
<Property key="Widget_Caption" value="Change Hair"/>
|
||||
<Property key="Caption" value="Change Hair"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_ScrollRight" position="235 342 14 14" name="NextHairButton"/>
|
||||
|
||||
<!-- Race -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="261 16 132 18" name="RaceT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Race"/>
|
||||
<Property key="Caption" value="Race"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="List" skin="MW_List" position="264 39 132 161" name="RaceList">
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
<!-- Spell powers -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="261 200 132 18" name="SpellPowerT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Specials"/>
|
||||
<Property key="Caption" value="Specials"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<!-- Spell power sub-widgets will be placed here, no skin to make it invisible -->
|
||||
|
@ -53,7 +53,7 @@
|
|||
|
||||
<!-- Skill bonus -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="403 39 159 18" name="SkillsT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Skill Bonus"/>
|
||||
<Property key="Caption" value="Skill Bonus"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<!-- Skill bonus sub-widgets will be placed here, no skin to make it invisible -->
|
||||
|
@ -61,10 +61,10 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="471 397 53 23" name="BackButton">
|
||||
<Property key="Widget_Caption" value="Back"/>
|
||||
<Property key="Caption" value="Back"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_Button" position="532 397 42 23" name="OKButton">
|
||||
<Property key="Widget_Caption" value="OK"/>
|
||||
<Property key="Caption" value="OK"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="400 372 53 23" name="BackButton">
|
||||
<Property key="Widget_Caption" value="Back"/>
|
||||
<Property key="Caption" value="Back"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_Button" position="460 372 42 23" name="OKButton">
|
||||
<Property key="Widget_Caption" value="OK"/>
|
||||
<Property key="Caption" value="OK"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<!-- Label -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 0 186 18" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Choose a Specialization"/>
|
||||
<Property key="Caption" value="Choose a Specialization"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="120 180 66 21" name="CancelButton">
|
||||
<Property key="Widget_Caption" value="Cancel"/>
|
||||
<Property key="Caption" value="Cancel"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
|
||||
<!-- Label -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 0 447 18" name="LabelT" align="ALIGN_HCENTRE ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Choose a Skill"/>
|
||||
<Property key="Caption" value="Choose a Skill"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_HCENTRE ALIGN_TOP"/>
|
||||
</Widget>
|
||||
|
||||
<!-- Combat list -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 32 154 18" name="CombatLabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Combat"/>
|
||||
<Property key="Caption" value="Combat"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="0 50 154 18" name="CombatSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
<!-- Magic list -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="158 32 154 18" name="MagicLabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Magic"/>
|
||||
<Property key="Caption" value="Magic"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="158 50 154 18" name="MagicSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
<!-- Stealth list -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="316 32 131 18" name="StealthLabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Stealth"/>
|
||||
<Property key="Caption" value="Stealth"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
<Widget type="MWSkill" skin="MW_StatNameButton" position="316 50 131 18" name="StealthSkill0" align="ALIGN_LEFT ALIGN_TOP" />
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="381 218 66 21" name="CancelButton">
|
||||
<Property key="Widget_Caption" value="Cancel"/>
|
||||
<Property key="Caption" value="Cancel"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
<!-- Label -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 0 216 18" name="LabelT" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Choose a Specialization"/>
|
||||
<Property key="Caption" value="Choose a Specialization"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_LEFT ALIGN_TOP"/>
|
||||
</Widget>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="150 90 66 21" name="CancelButton">
|
||||
<Property key="Widget_Caption" value="Cancel"/>
|
||||
<Property key="Caption" value="Cancel"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MyGUI type="Layout">
|
||||
<Widget type="Window" skin="MW_ConsoleWindow" position="0 0 400 400" layer="Console" name="_Main">
|
||||
<Property key="Widget_Caption" value="Console"/>
|
||||
<Property key="Caption" value="Console"/>
|
||||
<Property key="Window_MinMax" value="200 100 2000 2000"/>
|
||||
|
||||
<!-- Log window -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 588 433" name="_Main">
|
||||
<!-- HEADER -->
|
||||
<Widget type="TextBox" skin="HeaderText" position="0 0 588 18" name="NpcName" align="ALIGN_LEFT ALIGN_TOP">
|
||||
<Property key="Widget_Caption" value="Name"/>
|
||||
<Property key="Caption" value="Name"/>
|
||||
<Property key="Widget_AlignText" value="ALIGN_CENTER"/>
|
||||
</Widget>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
|
||||
<!-- The Goodbye button -->
|
||||
<Widget type="Button" skin="MW_Button" position="432 387 132 23" name="ByeButton">
|
||||
<Property key="Widget_Caption" value="Goodbye"/>
|
||||
<Property key="Caption" value="Goodbye"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
|
@ -52,27 +52,27 @@
|
|||
<!-- Basic FPSCounter box -->
|
||||
<Widget type="Widget" skin="HUD_Box" position="12 12 28 21" align="Left Top"
|
||||
name="FPSBox">
|
||||
<Property key="Widget_Visible" value="false"/>
|
||||
<Property key="Visible" value="false"/>
|
||||
<Widget type="TextBox" skin="NumFPS" position="3 3 21 17" name="FPSCounter"/>
|
||||
</Widget>
|
||||
|
||||
<!-- Advanced FPSCounter box -->
|
||||
<Widget type="Widget" skin="HUD_Box" position="12 12 118 51" align="Left Top"
|
||||
name="FPSBoxAdv">
|
||||
<Property key="Widget_Visible" value="false"/>
|
||||
<Property key="Visible" value="false"/>
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="3 3 71 17">
|
||||
<Property key="Widget_Caption" value="FPS: "/>
|
||||
<Property key="Caption" value="FPS: "/>
|
||||
</Widget>
|
||||
<Widget type="TextBox" skin="NumFPS" position="53 3 71 17" name="FPSCounterAdv"/>
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="3 3 71 32">
|
||||
<Property key="Widget_Caption" value="Tri Count: "/>
|
||||
<Property key="Caption" value="Tri Count: "/>
|
||||
</Widget>
|
||||
<Widget type="TextBox" skin="NumFPS" position="53 3 71 32" name="TriangleCounter"/>
|
||||
|
||||
<Widget type="TextBox" skin="NumFPS" position="3 3 71 47">
|
||||
<Property key="Widget_Caption" value="Batch Count: "/>
|
||||
<Property key="Caption" value="Batch Count: "/>
|
||||
</Widget>
|
||||
<Widget type="TextBox" skin="NumFPS" position="53 3 71 47" name="BatchCounter"/>
|
||||
</Widget>
|
||||
|
|
39
extern/mygui_3.0.1/openmw_resources/openmw_images.xml
vendored
Normal file
39
extern/mygui_3.0.1/openmw_resources/openmw_images.xml
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<MyGUI type="Resource">
|
||||
<Resource type="ResourceImageSet" name="ArrowPointerImage">
|
||||
<Group name="Pointer" texture="mwpointer.png" size="32 32">
|
||||
<Index name="Pointer" >
|
||||
<Frame point="0 0"/>
|
||||
</Index>
|
||||
</Group>
|
||||
</Resource>
|
||||
<Resource type="ResourceImageSet" name="HResizePointerImage">
|
||||
<Group name="Pointer" texture="mwpointer.png" size="32 32">
|
||||
<Index name="Pointer" >
|
||||
<Frame point="32 0"/>
|
||||
</Index>
|
||||
</Group>
|
||||
</Resource>
|
||||
<Resource type="ResourceImageSet" name="VResizePointerImage">
|
||||
<Group name="Pointer" texture="mwpointer.png" size="32 32">
|
||||
<Index name="Pointer" >
|
||||
<Frame point="0 32"/>
|
||||
</Index>
|
||||
</Group>
|
||||
</Resource>
|
||||
<Resource type="ResourceImageSet" name="DResizePointerImage">
|
||||
<Group name="Pointer" texture="mwpointer.png" size="32 32">
|
||||
<Index name="Pointer" >
|
||||
<Frame point="32 32"/>
|
||||
</Index>
|
||||
</Group>
|
||||
</Resource>
|
||||
<Resource type="ResourceImageSet" name="DResize2PointerImage">
|
||||
<Group name="Pointer" texture="mwpointer.png" size="32 32">
|
||||
<Index name="Pointer" >
|
||||
<Frame point="64 32"/>
|
||||
</Index>
|
||||
</Group>
|
||||
</Resource>
|
||||
</MyGUI>
|
11
extern/mygui_3.0.1/openmw_resources/openmw_settings.xml
vendored
Normal file
11
extern/mygui_3.0.1/openmw_resources/openmw_settings.xml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<MyGUI>
|
||||
<MyGUI type="Font">
|
||||
<Property key="Default" value="MyGUI_CoreFont.18"/>
|
||||
</MyGUI>
|
||||
|
||||
<MyGUI type="Pointer">
|
||||
<Property key="Default" value="arrow"/>
|
||||
<Property key="Layer" value="Pointer"/>
|
||||
</MyGUI>
|
||||
</MyGUI>
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<!-- Dialog buttons -->
|
||||
<Widget type="Button" skin="MW_Button" position="264 60 42 23" name="OKButton">
|
||||
<Property key="Widget_Caption" value="OK"/>
|
||||
<Property key="Caption" value="OK"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
Loading…
Reference in a new issue