~ubuntu-branches/ubuntu/precise/pingus/precise

« back to all changes in this revision

Viewing changes to data/data/pingus-common.res

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-02-28 19:44:25 UTC
  • mfrom: (4.1.4 hardy)
  • Revision ID: james.westby@ubuntu.com-20080228194425-e8ilohlijv02kgcf
Tags: 0.7.2-2
* Fix FTBFS with gcc-4.3 by adding the missing include in
  src/input/evdev_device.cpp (Closes: #462238):
   + debian/patches/20_fix_FTBFS_with_gcc-4.3.
* Rename former patch so that the filename reflects the order in which
  the patches are applied:
   - debian/patches/data_dir.patch
   + debian/patches/10_fix_data_directory.
* Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
* Add a dh_desktop call in the arch-dep part of debian/rules.
* Adjust the “missing-dep-for-interpreter guile” override since lintian
  now lists an alternative for that dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; pingus-common.xml
 
2
(pingus-resources
 
3
  (section (name "other")
 
4
    (sprite
 
5
      (name "brick_right")
 
6
      (image-file "../images/pingus/common/brick_right.png"))
 
7
 
 
8
    (sprite
 
9
      (name "brick_left")
 
10
      (image-file "../images/pingus/common/brick_left.png"))
 
11
 
 
12
    (sprite
 
13
      (name "bash_radius")
 
14
      (image-file "../images/pingus/common/bash_radius.png"))
 
15
 
 
16
    (sprite
 
17
      (name "bash_radius_gfx")
 
18
      (image-file "../images/pingus/common/bash_radius_gfx.png"))
 
19
 
 
20
    (sprite
 
21
      (name "digger_radius")
 
22
      (image-file "../images/pingus/common/digger_radius.png"))
 
23
 
 
24
    (sprite
 
25
      (name "digger_radius_gfx")
 
26
      (image-file "../images/pingus/common/digger_radius_gfx.png"))
 
27
 
 
28
    (sprite
 
29
      (name "bomber_radius")
 
30
      (image-file "../images/pingus/common/bomber_radius.png"))
 
31
 
 
32
    (sprite
 
33
      (name "bomber_radius_gfx")
 
34
      (image-file "../images/pingus/common/bomber_radius_gfx.png"))
 
35
 
 
36
    (sprite
 
37
      (name "light")
 
38
      (image-file "../images/pingus/common/light.png")
 
39
      (origin "center")
 
40
      (offset 0 0))
 
41
 
 
42
    (sprite
 
43
      (name "splash")
 
44
      (image-file "../images/pingus/common/splash.png")
 
45
      (image-array 12 1)
 
46
      (image-size 32 32)
 
47
      (image-pos 0 0))
 
48
 
 
49
    (sprite
 
50
      (name "splash_debris")
 
51
      (image-file "../images/pingus/common/splash_debris.png")
 
52
      (image-array 6 2)
 
53
      (image-size 32 32)
 
54
      (image-pos 0 0))
 
55
 
 
56
    (section (name "laser_kill")
 
57
      (sprite
 
58
        (name "left")
 
59
        (loop #f)
 
60
        (speed 60)
 
61
        (origin "bottom_center")
 
62
        (offset 0 2)
 
63
        (image-file "../images/pingus/common/laser_kill.png")
 
64
        (image-array 9 1)
 
65
        (image-size 33 32)
 
66
        (image-pos 0 0))
 
67
 
 
68
      (sprite
 
69
        (name "right")
 
70
        (loop #f)
 
71
        (speed 60)
 
72
        (origin "bottom_center")
 
73
        (offset 0 2)
 
74
        (image-file "../images/pingus/common/laser_kill.png")
 
75
        (image-array 9 1)
 
76
        (image-size 33 32)
 
77
        (image-pos 0 32))
 
78
     )
 
79
 
 
80
    (section (name "floaterlayer")
 
81
      (sprite
 
82
        (name "left")
 
83
        (origin "bottom_center")
 
84
        (offset 0 2)
 
85
        (image-file "../images/pingus/common/floaterlayer.png")
 
86
        (image-array 8 1)
 
87
        (image-size 32 32)
 
88
        (image-pos 0 0))
 
89
 
 
90
      (sprite
 
91
        (name "right")
 
92
        (origin "bottom_center")
 
93
        (offset 0 2)
 
94
        (image-file "../images/pingus/common/floaterlayer.png")
 
95
        (image-array 8 1)
 
96
        (image-size 32 32)
 
97
        (image-pos 0 32))
 
98
     )
 
99
   )
 
100
 
 
101
  (section (name "XMas")
 
102
    (sprite
 
103
      (name "walker")
 
104
      (image-file "../images/pingus/common/xmas-walker.png")
 
105
      (image-array 8 2)
 
106
      (image-size 32 44)
 
107
      (image-pos 0 0))
 
108
   )
 
109
 )
 
110
 
 
111
;; EOF ;;