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

« back to all changes in this revision

Viewing changes to data/data/textures.scr

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Goulais
  • Date: 2004-08-09 10:26:00 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040809102600-lg2q9lfars0q1p42
Tags: 0.6.0-8
Applied patch from Andreas Jochens (Closes: #263992)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
section Textures
2
2
{
3
 
        nebula = ../images/textures/nebular.png (type=surface, x=0, y=0, width=256, height=256);
4
 
 
5
3
        fruitcaketile = ../images/textures/fruitcaketile.jpg (type=surface, x=0, y=0, width=256, height=256);
6
4
 
7
5
        default          = ../images/textures/default.png  (type=surface, x=0, y=0, width=64, height=64);
9
7
 
10
8
//      industrial_anim       = ../images/textures/industrial-anim.jpg (type=surface, x=0, y=0, width=400, height=600, array=15x1);
11
9
 
 
10
        clouds2          = ../images/textures/clouds2.jpg  (type=surface);
 
11
        clouds3          = ../images/textures/clouds3.png  (type=surface);
12
12
        clouds          = ../images/textures/clouds.jpg  (type=surface, x=0, y=0, width=256, height=480);
13
13
        crystal         = ../images/textures/crystal.jpg  (type=surface, x=0, y=0, width=169, height=286);
14
14
        stone           = ../images/textures/stones.png (type=surface, x=0, y=0, width=256, height=256);
16
16
        rooftile        = ../images/textures/rooftile.jpg (type=surface, x=0, y=0, width=256, height=256);
17
17
        rooftile2       = ../images/textures/rooftile2.jpg (type=surface, x=0, y=0, width=256, height=256);
18
18
 
 
19
        greentex        = ../images/textures/greentex.jpg (type=surface);
 
20
 
 
21
        rock6           = ../images/textures/rock6.jpg (type=surface);
 
22
 
19
23
        rockagglo       = ../images/textures/rockagglo.jpg (type=surface, x=0, y=0, width=256, height=256);
20
24
 
21
25
        icetile         = ../images/textures/icetile.jpg (type=surface, x=0, y=0, width=150, height=400);
49
53
        green_tendrils = ../images/textures/green_tendrils.png (type=surface, x=0, y=0, width=256, height=256);
50
54
        mountain = ../images/textures/mountain.png (type=surface, x=0, y=0, width=400, height=600);
51
55
        thunderstorm = ../images/textures/thunderstorm.png (type=surface, x=0, y=0, width=256, height=800);
 
56
        ordina = ../images/textures/ordina.jpg (type=surface);
 
57
        fond1 = ../images/textures/ordina.jpg (type=surface);
52
58
}
53
59