~ubuntu-branches/ubuntu/vivid/mygui/vivid

« back to all changes in this revision

Viewing changes to Media/MyGUI_Media/MyGUI_Images.xml

  • Committer: Package Import Robot
  • Author(s): Scott Howard, Bret Curtis, Scott Howard
  • Date: 2014-09-18 17:57:48 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140918175748-dd8va78mvpw1jbes
Tags: 3.2.1-1
[ Bret Curtis ]
* Updated license for majority of files from LGPL to Expat (MIT)

[ Scott Howard ]
* New upstream release
* Updated patch to add build option for system GLEW libraries
* All patches accepted upstream except shared_libraries.patch
* Bumped SONAME due to dropped symbols, updated *.symbols and package
  names
* Updated license of debian/* to Expat with permission of all authors
* Don't install Doxygen autogenerated md5 and map files (thanks
  lintian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<MyGUI type="Resource" version="1.1">
3
 
        <Resource type="ResourceImageSet" name="ArrowPointerImage">
4
 
                <Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
5
 
                        <Index name="Pointer" rate="0.15">
6
 
                                <Frame point="13 11" count="30"/>
7
 
                                <Frame point="13 52"/>
8
 
                                <Frame point="56 52"/>
9
 
                                <Frame point="91 52"/>
10
 
                                <Frame point="56 52"/>
11
 
                                <Frame point="13 52"/>
12
 
                        </Index>
13
 
                </Group>
14
 
        </Resource>
15
 
        <Resource type="ResourceImageSet" name="BeamPointerImage">
16
 
                <Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
17
 
                        <Index name="Pointer" >
18
 
                                <Frame point="45 8"/>
19
 
                        </Index>
20
 
                </Group>
21
 
        </Resource>
22
 
        <Resource type="ResourceImageSet" name="SizeLeftPointerImage">
23
 
                <Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
24
 
                        <Index name="Pointer" >
25
 
                                <Frame point="122 48"/>
26
 
                        </Index>
27
 
                </Group>
28
 
        </Resource>
29
 
        <Resource type="ResourceImageSet" name="SizeRightPointerImage">
30
 
                <Group name="Pointer"  texture="MyGUI_Pointers.png" size="32 32">
31
 
                        <Index name="Pointer" >
32
 
                                <Frame point="160 48"/>
33
 
                        </Index>
34
 
                </Group>
35
 
        </Resource>
36
 
        <Resource type="ResourceImageSet" name="SizeHorzPointerImage">
37
 
                <Group name="Pointer"  texture="MyGUI_Pointers.png" size="32 32">
38
 
                        <Index name="Pointer" >
39
 
                                <Frame point="123 87"/>
40
 
                        </Index>
41
 
                </Group>
42
 
        </Resource>
43
 
        <Resource type="ResourceImageSet" name="SizeVertPointerImage">
44
 
                <Group name="Pointer"  texture="MyGUI_Pointers.png" size="32 32">
45
 
                        <Index name="Pointer" >
46
 
                                <Frame point="164 90"/>
47
 
                        </Index>
48
 
                </Group>
49
 
        </Resource>
50
 
        <Resource type="ResourceImageSet" name="HandPointerImage">
51
 
                <Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
52
 
                        <Index name="Pointer" >
53
 
                                <Frame point="154 11"/>
54
 
                        </Index>
55
 
                </Group>
56
 
        </Resource>
57
 
        <Resource type="ResourceImageSet" name="LinkPointerImage">
58
 
                <Group name="Pointer" texture="MyGUI_Pointers.png" size="32 32">
59
 
                        <Index name="Pointer">
60
 
                                <Frame point="91 11"/>
61
 
                        </Index>
62
 
                </Group>
63
 
        </Resource>
64
 
</MyGUI>