~ubuntu-branches/ubuntu/edgy/pouetchess/edgy-updates

« back to all changes in this revision

Viewing changes to data/gui/pouetChess.xml

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc (mr_pouit)
  • Date: 2006-07-15 15:45:57 UTC
  • Revision ID: james.westby@ubuntu.com-20060715154557-3paxq02hx4od0wm4
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Panel visible     = "true"
 
2
       name        = "Main Frame">
 
3
 
 
4
                <Texture        type    = "TEXTURE_2D"
 
5
                                        path    = "GUIElements.png"
 
6
                                        mode    = "MODULATE"
 
7
                                        mipmap  = "true">
 
8
                        <Wrap   s       = "REPEAT"
 
9
                                        t       = "REPEAT" />
 
10
                        <Filter mag     = "LINEAR" 
 
11
                                        min     = "LINEAR_MIPMAP_LINEAR" />
 
12
                </Texture>
 
13
                
 
14
                <Font path = "font.png" />
 
15
                
 
16
                
 
17
                
 
18
                <Panel description = "language_selection.xml" />
 
19
                
 
20
  <TexCoordsDesc xStart = "201" yStart = "2" xEnd = "233" yEnd = "34" type = "SLIDER"/>
 
21
  <TexCoordsDesc xStart = "167" yStart = "2" xEnd = "199" yEnd = "34" type = "CHECK_BOX"/>
 
22
  <TexCoordsDesc xStart = "131" yStart = "1" xEnd = "165" yEnd = "35" type = "CHECK_BOX_MARK"/>
 
23
  <TexCoordsDesc xStart =   "1" yStart = "1" xEnd =  "65" yEnd = "66" type = "RADIO_BUTTON"/>
 
24
  <TexCoordsDesc xStart =  "66" yStart = "2" xEnd = "130" yEnd = "66" type = "CHECK_RB_MARK"/>
 
25
</Panel>
 
 
b'\\ No newline at end of file'