Add some flowers

This commit is contained in:
Yutao Yuan 2016-06-14 22:02:32 +08:00
parent df3c287f03
commit c0ef4b628c
9 changed files with 68 additions and 0 deletions

19
alpha/flower.pgm Normal file
View 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

View File

@ -0,0 +1,4 @@
P3
2 1
255
242 242 242 217 217 217

View File

@ -0,0 +1,4 @@
P3
2 1
255
242 204 12 217 182 11

4
color/geranium.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
65 90 217 57 80 191

4
color/rose.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
217 11 11 191 10 10

4
color/tulip.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
255 159 25 230 143 23

4
color/viola.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
163 82 204 143 71 179

19
index/flower.pgm Normal file
View 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

View File

@ -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'),
}