~ubuntu-branches/debian/squeeze/freeciv/squeeze

« back to all changes in this revision

Viewing changes to data/amplio/terrain1.spec

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams, Karl Goetz, Clint Adams
  • Date: 2010-02-23 22:09:02 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100223220902-kiyrmr9i4152cka5
Tags: 2.2.0-1
[ Karl Goetz ]
* Remove civserver files in /etc/ggzd/ (Closes: 523772, 517787)
* Adding ${misc:Depends} to all binary packages (lintian warnings)

[ Clint Adams ]
* New upstream version.
  - Drop data_dsc_use_bindir.diff (binary pathnames have changed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
dy = 48
25
25
pixel_border = 1
26
26
 
27
 
tiles = { "row", "column","tag"
 
27
tiles = { "row", "column", "tag"
28
28
 
29
29
; terrain
30
 
 0,  0, "t.desert1"
31
 
 
32
 
 1,  0, "t.plains1"
33
 
 
34
 
 2,  0, "t.grassland1"
35
 
 
36
 
 2,  0, "t.t_river1"
37
 
 
38
 
 3,  0, "t.forest1"
39
 
 
40
 
 4,  0, "t.hills1"
41
 
 
42
 
 5,  0, "t.mountains1"
43
 
 
44
 
 6,  0, "t.tundra1"
45
 
 
46
 
 7,  0, "t.arctic1"
47
 
 
48
 
 8,  0, "t.swamp1"
49
 
 
50
 
 9,  0, "t.jungle1"
 
30
 0,  0, "t.l0.desert1"
 
31
 
 
32
 1,  0, "t.l0.plains1"
 
33
 
 
34
 2,  0, "t.l0.grassland1"
 
35
 
 
36
 2,  0, "t.l0.t_river1"
 
37
 
 
38
 3,  0, "t.l0.forest1"
 
39
 
 
40
 4,  0, "t.l0.hills1"
 
41
 
 
42
 5,  0, "t.l0.mountains1"
 
43
 
 
44
 6,  0, "t.l0.tundra1"
 
45
 
 
46
 7,  0, "t.l0.arctic1"
 
47
;7,  0, "t.l1.arctic1" not redrawn
 
48
;7,  0, "t.l2.arctic1" not redrawn
 
49
 
 
50
 8,  0, "t.l0.swamp1"
 
51
 
 
52
 9,  0, "t.l0.jungle1"
51
53
 
52
54
; Terrain special resources:
53
55
 
122
124
 15,  0, "tx.darkness"
123
125
 15,  2, "mask.tile"
124
126
 15,  2, "t.unknown1"
125
 
 15,  3, "t.ocean1"
126
 
 15,  3, "t.deep1"
 
127
  7,  0, "t.blend.arctic" ;ice over neighbors
 
128
 15,  3, "t.blend.coast"
127
129
 15,  4, "user.attention"
128
130
 15,  5, "tx.fog"
129
131
}