Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11335


Ignore:
Timestamp:
Dec 12, 2016, 4:05:08 PM (7 years ago)
Author:
maxima
Message:

new data files from PPS

Location:
data/trunk
Files:
59 added
7 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/gui/imagesets/OrxonoxLook.imageset

    r7949 r11335  
    246246        <Image Name="TreeListClosed" XPos="175" YPos="111" Width="7" Height="11" XOffset="8" YOffset="2" />
    247247        <Image Name="TreeListOpened" XPos="164" YPos="111" Width="11" Height="7" XOffset="8" YOffset="2"/>
     248
     249        <!-- Buttons for Campaign Menu -->
     250        <Image Name="JuuButton" XPos="0" YPos="250" Width="5" Height="5"/>
     251       
    248252</Imageset>
  • data/trunk/gui/imagesets/TaharezGreenLook.imageset

    r7921 r11335  
    246246        <Image Name="TreeListClosed" XPos="175" YPos="111" Width="7" Height="11" XOffset="8" YOffset="2" />
    247247        <Image Name="TreeListOpened" XPos="164" YPos="111" Width="11" Height="7" XOffset="8" YOffset="2"/>
     248
     249        <!-- Buttons for Campaign Menu -->
     250        <Image Name="JuuButton" XPos="0" YPos="250" Width="5" Height="5"/>
    248251</Imageset>
  • data/trunk/gui/looknfeels/OrxonoxLook.looknfeel

    r8818 r11335  
    48644864
    48654865
     4866
     4867
     4868    <!--
     4869    ***************************************************
     4870        OrxonoxLook/JuuButton
     4871    ***************************************************
     4872    -->
     4873    <WidgetLook name="OrxonoxLook/JuuButton">
     4874        <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
     4875        <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
     4876        <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
     4877        <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
     4878        <PropertyDefinition name="VertLabelFormatting" initialValue="CentreAligned" />
     4879        <PropertyDefinition name="HorzLabelFormatting" initialValue="CentreAligned" />
     4880        <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />
     4881        <PropertyDefinition name="NormalImageBackground" initialValue="set:OrxonoxLook image:ButtonMiddleNormal" redrawOnWrite="true" />
     4882        <PropertyDefinition name="NormalImageRightEdge" initialValue="set:OrxonoxLook image:ButtonRightNormal" redrawOnWrite="true" />
     4883        <PropertyDefinition name="NormalImageLeftEdge" initialValue="set:OrxonoxLook image:ButtonLeftNormal" redrawOnWrite="true" />
     4884        <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />
     4885        <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />
     4886        <PropertyDefinition name="DisabledImage" initialValue="" redrawOnWrite="true" />
     4887        <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
     4888        <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
     4889        <!-- <ImagerySection name="label">
     4890           <TextComponent>
     4891                <Area>
     4892                    <Dim type="TopEdge" >
     4893                        <ImageDim imageset="OrxonoxLook" image="ButtonLeftNormal" dimension="Width">
     4894                            <DimOperator op="Add">
     4895                                <AbsoluteDim value="-3" />
     4896                            </DimOperator>
     4897                        </ImageDim>
     4898                    </Dim>
     4899                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
     4900                    <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim>
     4901                    <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim>
     4902                </Area>
     4903                <VertFormatProperty name="VertLabelFormatting" />
     4904                <HorzFormatProperty name="HorzLabelFormatting" />
     4905            </TextComponent>
     4906        </ImagerySection> -->
     4907        <!-- <ImagerySection name="normal">
     4908            <FrameComponent>
     4909                <Area>
     4910                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
     4911                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
     4912                    <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim>
     4913                    <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim>
     4914                </Area>
     4915                <Image type="LeftEdge" imageset="OrxonoxLook" image="JuuButtonDark" />
     4916                <Image type="RightEdge" imageset="OrxonoxLook" image="JuuButtonDark" />
     4917                <Image type="Background" imageset="OrxonoxLook" image="JuuButtonDark" />
     4918            </FrameComponent>
     4919            <ImageryComponent>
     4920                <Area>
     4921                    <Dim type="LeftEdge" >
     4922                        <AbsoluteDim value="0" >
     4923                            <DimOperator op="Add">
     4924                                <ImageDim imageset="OrxonoxLook" image="ButtonLeftNormal" dimension="Width" />
     4925                            </DimOperator>
     4926                        </AbsoluteDim>
     4927                    </Dim>
     4928                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4929                    <Dim type="Width" >
     4930                        <UnifiedDim scale="1" type="Width">
     4931                            <DimOperator op="Subtract">
     4932                                <ImageDim imageset="OrxonoxLook" image="ButtonLeftNormal" dimension="Width">
     4933                                    <DimOperator op="Add">
     4934                                        <ImageDim imageset="OrxonoxLook" image="ButtonRightNormal" dimension="Width" />
     4935                                    </DimOperator>
     4936                                </ImageDim>
     4937                            </DimOperator>
     4938                        </UnifiedDim>
     4939                    </Dim>
     4940                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4941                </Area>
     4942                <ImageProperty name="NormalImageBackground" />
     4943                <VertFormatProperty name="VertImageFormatting" />
     4944                <HorzFormatProperty name="HorzImageFormatting" />
     4945            </ImageryComponent>
     4946            <ImageryComponent>
     4947                <Area>
     4948                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4949                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4950                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4951                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4952                </Area>
     4953                <ImageProperty name="NormalImageRightEdge" />
     4954                <VertFormatProperty name="VertImageFormatting" />
     4955                <HorzFormat type="RightAligned" />
     4956            </ImageryComponent>
     4957            <ImageryComponent>
     4958                <Area>
     4959                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4960                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4961                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4962                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4963                </Area>
     4964                <ImageProperty name="NormalImageLeftEdge" />
     4965                <VertFormatProperty name="VertImageFormatting" />
     4966            </ImageryComponent>
     4967            <ImageryComponent>
     4968                <Area>
     4969                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4970                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4971                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4972                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4973                </Area>
     4974                <ImageProperty name="NormalImage" />
     4975                <VertFormatProperty name="VertImageFormatting" />
     4976                <HorzFormatProperty name="HorzImageFormatting" />
     4977            </ImageryComponent>
     4978        </ImagerySection> -->
     4979 <ImagerySection name="hover">
     4980            <ImageryComponent>
     4981                <Area>
     4982                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4983                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4984                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4985                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4986                </Area>
     4987                <Image imageset="OrxonoxLook" image="JuuButtonBright" />
     4988                <VertFormat type="CentreAligned" />
     4989                <HorzFormat type="CentreAligned" />
     4990            </ImageryComponent>
     4991        </ImagerySection>
     4992        <!--<ImagerySection name="hover">
     4993            <FrameComponent>
     4994                <Area>
     4995                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4996                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4997                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4998                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4999                </Area>
     5000                <Image type="LeftEdge" imageset="OrxonoxLook" image="RadioButtonMark" />
     5001            </FrameComponent>
     5002            <ImageryComponent>
     5003                <Area>
     5004                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     5005                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     5006                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     5007                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5008                </Area>
     5009                <ImageProperty name="HoverImage" />
     5010                <VertFormatProperty name="VertImageFormatting" />
     5011                <HorzFormatProperty name="HorzImageFormatting" />
     5012            </ImageryComponent>
     5013        </ImagerySection> -->
     5014        <ImagerySection name="pushed">
     5015            <FrameComponent>
     5016                <Area>
     5017                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     5018                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     5019                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     5020                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5021                </Area>
     5022                <Image type="LeftEdge" imageset="OrxonoxLook" image="ButtonLeftPushed" />
     5023                <Image type="RightEdge" imageset="OrxonoxLook" image="ButtonRightPushed" />
     5024                <Image type="Background" imageset="OrxonoxLook" image="ButtonMiddlePushed" />
     5025            </FrameComponent>
     5026            <ImageryComponent>
     5027                <Area>
     5028                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     5029                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     5030                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     5031                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5032                </Area>
     5033                <ImageProperty name="PushedImage" />
     5034                <VertFormatProperty name="VertImageFormatting" />
     5035                <HorzFormatProperty name="HorzImageFormatting" />
     5036            </ImageryComponent>
     5037        </ImagerySection>
     5038        <StateImagery name="Normal">
     5039            <Layer>
     5040                <Section section="normal" />
     5041                <Section section="label">
     5042                    <ColourProperty name="NormalTextColour" />
     5043                </Section>
     5044            </Layer>
     5045        </StateImagery>
     5046        <StateImagery name="Hover">
     5047            <Layer>
     5048                <Section section="hover" />
     5049                <Section section="label">
     5050                    <ColourProperty name="HoverTextColour" />
     5051                </Section>
     5052            </Layer>
     5053        </StateImagery>
     5054        <StateImagery name="Pushed">
     5055            <Layer>
     5056                <Section section="pushed" />
     5057                <Section section="label">
     5058                    <ColourProperty name="PushedTextColour" />
     5059                </Section>
     5060            </Layer>
     5061        </StateImagery>
     5062        <StateImagery name="PushedOff">
     5063            <Layer>
     5064                <Section section="hover" />
     5065                <Section section="label">
     5066                    <ColourProperty name="HoverTextColour" />
     5067                </Section>
     5068            </Layer>
     5069        </StateImagery>
     5070        <StateImagery name="Disabled">
     5071            <Layer>
     5072                <Section section="normal">
     5073                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5074                </Section>
     5075                <Section section="label">
     5076                    <ColourProperty name="DisabledTextColour" />
     5077                </Section>
     5078            </Layer>
     5079        </StateImagery>
     5080    </WidgetLook>
     5081
     5082
    48665083</Falagard>
    48675084
  • data/trunk/gui/looknfeels/TaharezGreenLook.looknfeel

    r7917 r11335  
    48624862    </WidgetLook>
    48634863
     4864 <!--
     4865    ***************************************************
     4866        TaharezGreenLook/JuuButton
     4867    ***************************************************
     4868    -->
     4869    <WidgetLook name="TaharezGreenLook/JuuButton">
     4870        <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
     4871        <PropertyDefinition name="HoverTextColour" initialValue="FFAAFFAA" redrawOnWrite="true" />
     4872        <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
     4873        <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
     4874        <PropertyDefinition name="VertLabelFormatting" initialValue="CentreAligned" />
     4875        <PropertyDefinition name="HorzLabelFormatting" initialValue="CentreAligned" />
     4876        <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />
     4877        <PropertyDefinition name="NormalImageBackground" initialValue="set:TaharezGreenLook image:JuuButton" redrawOnWrite="true" />
     4878        <PropertyDefinition name="NormalImageRightEdge" initialValue="set:TaharezGreenLook image:JuuButton" redrawOnWrite="true" />
     4879        <PropertyDefinition name="NormalImageLeftEdge" initialValue="set:TaharezGreenLook image:JuuButton" redrawOnWrite="true" />
     4880        <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />
     4881        <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />
     4882        <PropertyDefinition name="DisabledImage" initialValue="" redrawOnWrite="true" />
     4883        <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
     4884        <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
     4885        <ImagerySection name="label">
     4886            <TextComponent>
     4887                <Area>
     4888                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
     4889                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
     4890                    <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim>
     4891                    <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim>
     4892                </Area>
     4893                <VertFormatProperty name="VertLabelFormatting" />
     4894                <HorzFormatProperty name="HorzLabelFormatting" />
     4895            </TextComponent>
     4896        </ImagerySection>
     4897        <ImagerySection name="normal">
     4898            <FrameComponent>
     4899                <Area>
     4900                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
     4901                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
     4902                    <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim>
     4903                    <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim>
     4904                </Area>
     4905                <Image type="LeftEdge" imageset="TaharezGreenLook" image="JuuButton" />
     4906                <Image type="RightEdge" imageset="TaharezGreenLook" image="JuuButton" />
     4907                <Image type="Background" imageset="TaharezGreenLook" image="JuuButton" />
     4908            </FrameComponent>
     4909            <ImageryComponent>
     4910                <Area>
     4911                    <Dim type="LeftEdge" >
     4912                        <AbsoluteDim value="0" >
     4913                            <DimOperator op="Add">
     4914                                <ImageDim imageset="TaharezGreenLook" image="JuuButton" dimension="Width" />
     4915                            </DimOperator>
     4916                        </AbsoluteDim>
     4917                    </Dim>
     4918                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4919                    <Dim type="Width" >
     4920                        <UnifiedDim scale="1" type="Width">
     4921                            <DimOperator op="Subtract">
     4922                                <ImageDim imageset="TaharezGreenLook" image="JuuButton" dimension="Width">
     4923                                    <DimOperator op="Add">
     4924                                        <ImageDim imageset="TaharezGreenLook" image="JuuButton" dimension="Width" />
     4925                                    </DimOperator>
     4926                                </ImageDim>
     4927                            </DimOperator>
     4928                        </UnifiedDim>
     4929                    </Dim>
     4930                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4931                </Area>
     4932                <ImageProperty name="NormalImageBackground" />
     4933                <VertFormatProperty name="VertImageFormatting" />
     4934                <HorzFormatProperty name="HorzImageFormatting" />
     4935            </ImageryComponent>
     4936            <ImageryComponent>
     4937                <Area>
     4938                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4939                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4940                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4941                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4942                </Area>
     4943                <ImageProperty name="NormalImageRightEdge" />
     4944                <VertFormatProperty name="VertImageFormatting" />
     4945                <HorzFormat type="RightAligned" />
     4946            </ImageryComponent>
     4947            <ImageryComponent>
     4948                <Area>
     4949                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4950                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4951                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4952                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4953                </Area>
     4954                <ImageProperty name="NormalImageLeftEdge" />
     4955                <VertFormatProperty name="VertImageFormatting" />
     4956            </ImageryComponent>
     4957            <ImageryComponent>
     4958                <Area>
     4959                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4960                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4961                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4962                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4963                </Area>
     4964                <ImageProperty name="NormalImage" />
     4965                <VertFormatProperty name="VertImageFormatting" />
     4966                <HorzFormatProperty name="HorzImageFormatting" />
     4967            </ImageryComponent>
     4968        </ImagerySection>
     4969        <ImagerySection name="hover">
     4970            <FrameComponent>
     4971                <Area>
     4972                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4973                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4974                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4975                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4976                </Area>
     4977                <Image type="LeftEdge" imageset="TaharezGreenLook" image="JuuButton" />
     4978                <Image type="RightEdge" imageset="TaharezGreenLook" image="JuuButton" />
     4979                <Image type="Background" imageset="TaharezGreenLook" image="JuuButton" />
     4980            </FrameComponent>
     4981            <ImageryComponent>
     4982                <Area>
     4983                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4984                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4985                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4986                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4987                </Area>
     4988                <ImageProperty name="HoverImage" />
     4989                <VertFormatProperty name="VertImageFormatting" />
     4990                <HorzFormatProperty name="HorzImageFormatting" />
     4991            </ImageryComponent>
     4992        </ImagerySection>
     4993        <ImagerySection name="pushed">
     4994            <FrameComponent>
     4995                <Area>
     4996                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     4997                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     4998                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     4999                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5000                </Area>
     5001                <Image type="LeftEdge" imageset="TaharezGreenLook" image="JuuButton" />
     5002                <Image type="RightEdge" imageset="TaharezGreenLook" image="JuuButton" />
     5003                <Image type="Background" imageset="TaharezGreenLook" image="JuuButton" />
     5004            </FrameComponent>
     5005            <ImageryComponent>
     5006                <Area>
     5007                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
     5008                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
     5009                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
     5010                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5011                </Area>
     5012                <ImageProperty name="PushedImage" />
     5013                <VertFormatProperty name="VertImageFormatting" />
     5014                <HorzFormatProperty name="HorzImageFormatting" />
     5015            </ImageryComponent>
     5016        </ImagerySection>
     5017        <StateImagery name="Normal">
     5018            <Layer>
     5019                <Section section="normal" />
     5020                <Section section="label">
     5021                    <ColourProperty name="NormalTextColour" />
     5022                </Section>
     5023            </Layer>
     5024        </StateImagery>
     5025        <StateImagery name="Hover">
     5026            <Layer>
     5027                <Section section="hover" />
     5028                <Section section="label">
     5029                    <ColourProperty name="HoverTextColour" />
     5030                </Section>
     5031            </Layer>
     5032        </StateImagery>
     5033        <StateImagery name="Pushed">
     5034            <Layer>
     5035                <Section section="pushed" />
     5036                <Section section="label">
     5037                    <ColourProperty name="PushedTextColour" />
     5038                </Section>
     5039            </Layer>
     5040        </StateImagery>
     5041        <StateImagery name="PushedOff">
     5042            <Layer>
     5043                <Section section="hover" />
     5044                <Section section="label">
     5045                    <ColourProperty name="HoverTextColour" />
     5046                </Section>
     5047            </Layer>
     5048        </StateImagery>
     5049        <StateImagery name="Disabled">
     5050            <Layer>
     5051                <Section section="normal">
     5052                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5053                </Section>
     5054                <Section section="label">
     5055                    <ColourProperty name="DisabledTextColour" />
     5056                </Section>
     5057            </Layer>
     5058        </StateImagery>
     5059    </WidgetLook>
     5060
    48645061
    48655062</Falagard>
  • data/trunk/materials/Orxonox.material

    r11200 r11335  
    10611061    }
    10621062}
     1063material Orxonox/DialogueHUD_Person
     1064{
     1065    technique
     1066    {
     1067        pass
     1068        {
     1069            lighting off
     1070            scene_blend alpha_blend
     1071            depth_check off
     1072
     1073            texture_unit
     1074            {
     1075                texture DialogueHUD_Person.png 2d 0 // no mipmapping
     1076            }
     1077        }
     1078    }
     1079}
     1080material Orxonox/DialogueHUD_Person2
     1081{
     1082    technique
     1083    {
     1084        pass
     1085        {
     1086            lighting off
     1087            scene_blend alpha_blend
     1088            depth_check off
     1089
     1090            texture_unit
     1091            {
     1092                texture DialogueHUD_Person2.png 2d 0 // no mipmapping
     1093            }
     1094        }
     1095    }
     1096}
Note: See TracChangeset for help on using the changeset viewer.