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

« back to all changes in this revision

Viewing changes to data/data/entrances.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
;; entrances.xml
 
2
(pingus-resources
 
3
  (section (name "entrances")
 
4
    (sprite
 
5
      (name "entrance")
 
6
;;      (origin "bottom_center")
 
7
      (offset 0 0)
 
8
      (image-file "../images/entrances/entrance.png"))
 
9
 
 
10
    (sprite
 
11
      (name "generic")
 
12
      (origin "bottom_center")
 
13
      (offset 0 0)
 
14
      (image-file "../images/entrances/generic.png"))
 
15
 
 
16
    (sprite
 
17
      (name "woodthing_nmov")
 
18
;;      (origin "bottom_center")
 
19
      (offset 0 0)
 
20
      (image-file "../images/entrances/woodthing_nmov.png"))
 
21
 
 
22
    (sprite
 
23
      (name "woodthing_mov")
 
24
;;      (origin "bottom_center")
 
25
      (offset 0 0)
 
26
      (image-file "../images/entrances/woodthing_mov.png")
 
27
      (image-array 17 1)
 
28
      (image-size 105 17)
 
29
      (image-pos 0 0))
 
30
 
 
31
    (sprite
 
32
      (name "cloud")
 
33
;;      (origin "bottom_center")
 
34
      (offset 0 0)
 
35
      (image-file "../images/entrances/cloudent.png"))
 
36
 
 
37
    (sprite
 
38
      (name "space")
 
39
;;      (origin "bottom_center")
 
40
      (offset 0 0)
 
41
      (image-file "../images/entrances/space.png")
 
42
      (image-array 5 1)
 
43
      (image-size 62 64)
 
44
      (image-pos 0 0))
 
45
 
 
46
    (sprite
 
47
      (name "halloween")
 
48
;;      (origin "bottom_center")
 
49
      (offset 0 0)
 
50
      (image-file "../images/entrances/halloween.png"))
 
51
 
 
52
    (sprite
 
53
      (name "wood_bottom")
 
54
;;      (origin "bottom_center")
 
55
      (offset 0 0)
 
56
      (image-file "../images/entrances/wood_bottom.png"))
 
57
 
 
58
    (sprite
 
59
      (name "wood_top")
 
60
;;      (origin "bottom_center")
 
61
      (offset 0 0)
 
62
      (image-file "../images/entrances/wood_top.png"))
 
63
 
 
64
    (sprite
 
65
      (name "entrance_eyes")
 
66
;;      (origin "bottom_center")
 
67
      (offset 0 0)
 
68
      (image-file "../images/entrances/eyes_entrance.png"))
 
69
 
 
70
    (sprite
 
71
      (name "entrance_eyes_anim")
 
72
;;      (origin "bottom_center")
 
73
      (offset 0 0)
 
74
      (image-file "../images/entrances/eyes_entrance_anim.png")
 
75
      (image-array 7 1)
 
76
      (image-size 166 72)
 
77
      (image-pos 0 0))
 
78
 
 
79
    (sprite
 
80
      (name "underlay_eyes")
 
81
;;      (origin "bottom_center")
 
82
      (offset 0 0)
 
83
      (image-file "../images/entrances/eyes_underlay.png"))
 
84
 
 
85
    (sprite
 
86
      (name "industrial")
 
87
;;      (origin "bottom_center")
 
88
      (offset 0 0)
 
89
      (image-file "../images/entrances/industrial.png"))
 
90
 
 
91
    (sprite
 
92
      (name "industrial_top")
 
93
;;      (origin "bottom_center")
 
94
      (offset 0 0)
 
95
      (image-file "../images/entrances/industrial_top.png"))
 
96
 
 
97
    (sprite
 
98
      (name "snow_front")
 
99
      (image-file "../images/entrances/snow_front.png"))
 
100
 
 
101
    (sprite
 
102
      (name "snow_back")
 
103
      (image-file "../images/entrances/snow_back.png"))
 
104
   )
 
105
 )
 
106
 
 
107
;; EOF ;;