Add some flowers
This commit is contained in:
parent
df3c287f03
commit
c0ef4b628c
19
alpha/flower.pgm
Normal file
19
alpha/flower.pgm
Normal file
@ -0,0 +1,19 @@
|
||||
P2
|
||||
16 16
|
||||
1
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0
|
||||
0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0
|
||||
0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0
|
||||
0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0
|
||||
0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0
|
||||
0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0
|
||||
0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0
|
4
color/dandelion_white.ppm
Normal file
4
color/dandelion_white.ppm
Normal file
@ -0,0 +1,4 @@
|
||||
P3
|
||||
2 1
|
||||
255
|
||||
242 242 242 217 217 217
|
4
color/dandelion_yellow.ppm
Normal file
4
color/dandelion_yellow.ppm
Normal file
@ -0,0 +1,4 @@
|
||||
P3
|
||||
2 1
|
||||
255
|
||||
242 204 12 217 182 11
|
4
color/geranium.ppm
Normal file
4
color/geranium.ppm
Normal file
@ -0,0 +1,4 @@
|
||||
P3
|
||||
2 1
|
||||
255
|
||||
65 90 217 57 80 191
|
4
color/rose.ppm
Normal file
4
color/rose.ppm
Normal file
@ -0,0 +1,4 @@
|
||||
P3
|
||||
2 1
|
||||
255
|
||||
217 11 11 191 10 10
|
4
color/tulip.ppm
Normal file
4
color/tulip.ppm
Normal file
@ -0,0 +1,4 @@
|
||||
P3
|
||||
2 1
|
||||
255
|
||||
255 159 25 230 143 23
|
4
color/viola.ppm
Normal file
4
color/viola.ppm
Normal file
@ -0,0 +1,4 @@
|
||||
P3
|
||||
2 1
|
||||
255
|
||||
163 82 204 143 71 179
|
19
index/flower.pgm
Normal file
19
index/flower.pgm
Normal file
@ -0,0 +1,19 @@
|
||||
P2
|
||||
16 16
|
||||
3
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 3 3 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 3 3 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 3 3 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 3 3 3 3 3 3 0 0 0 0 0
|
||||
0 0 0 0 0 3 3 3 3 3 3 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 3 3 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 3 3 0 0 0 0 0 0 0
|
||||
0 0 0 0 0 0 0 3 3 0 0 0 0 0 0 0
|
@ -1,3 +1,9 @@
|
||||
textures = {
|
||||
'flowers_dandelion_white': (('dandelion_white', 'grass'), 'flower', 'flower'),
|
||||
'flowers_dandelion_yellow': (('dandelion_yellow', 'grass'), 'flower', 'flower'),
|
||||
'flowers_geranium': (('geranium', 'grass'), 'flower', 'flower'),
|
||||
'flowers_rose': (('rose', 'grass'), 'flower', 'flower'),
|
||||
'flowers_tulip': (('tulip', 'grass'), 'flower', 'flower'),
|
||||
'flowers_viola': (('viola', 'grass'), 'flower', 'flower'),
|
||||
'flowers_waterlily': (('waterlily_1', 'waterlily_2'), 'waterlily', 'waterlily'),
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user