~adrian-arroyocalle/freerct/freerct

« back to all changes in this revision

Viewing changes to graphics/sprites/tracks/track/track1x1basic_template.txt

  • Committer: charlespigott at googlemail
  • Date: 2013-07-09 17:30:05 UTC
  • Revision ID: svn-v4:d3bf82d2-0c16-e458-5408-27be57bd1276:trunk:780
-Codechange: Reorganise the project files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Straight flat, orthogonal
 
2
p1=(0, 128, 0), (96, 0, 0), 0
 
3
p2=(256, 128, 0), (-96, 0, 0), 0
 
4
(1, 1): 1111
 
5
(1, 2): 1111
 
6
 
 
7
Flat 90 degree corner
 
8
p1=(0, 128, 0), (64, 0, 0), 0
 
9
p2=(128, 0, 0), (0, -64, 0), 0
 
10
(1, 1): 1111
 
11
(1, 2): 1111
 
12
 
 
13
Straight slope up to gentle gradient, orthogonal
 
14
p1=(0, 128, 0), (96, 0, 0), 0
 
15
p2=(256, 128, 64), (-64, 0, -32), 0
 
16
(1, 1): 1111
 
17
(1, 2): 1111
 
18
 
 
19
Straight gentle gradient, orthogonal
 
20
p1=(0, 128, 64), (64, 0, 32), 0
 
21
p2=(256, 128, 192), (-64, 0, -32), 0
 
22
(1, 1): 1010
 
23
(1, 2): 1111
 
24
(1, 3): 0101
 
25
 
 
26
Straight slope down from gentle gradient, orthogonal
 
27
p1=(0, 128, 64), (64, 0, 32), 0
 
28
p2=(256, 128, 128), (-96, 0, 0), 0
 
29
(1, 1): 1111
 
30
(1, 2): 1111
 
31
 
 
32
Straight slope up to gentle gradient, orthogonal [powered]
 
33
 
 
34
Straight gentle gradient, orthogonal [powered]
 
35
 
 
36
Straight slope down from gentle gradient, orthogonal [powered]
 
 
b'\\ No newline at end of file'