Add mushrooms

This commit is contained in:
Yutao Yuan 2016-06-14 22:19:23 +08:00
parent c0ef4b628c
commit c4974e882b
6 changed files with 52 additions and 0 deletions

19
alpha/mushroom.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 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 1 1 1 1 1 1 1 1 0 0 0 0
0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0
0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0
0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0
0 0 0 0 1 1 1 1 1 1 1 1 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/mushroom_brown.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
102 71 61 89 62 54

4
color/mushroom_red.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
191 38 38 166 33 33

4
color/mushroom_stem.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
204 196 194 179 171 170

19
index/mushroom.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 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 2 2 0 0 0 0 0 0 0
0 0 0 0 0 0 0 2 2 0 0 0 0 0 0 0
0 0 0 0 0 0 0 2 2 0 0 0 0 0 0 0

View File

@ -2,6 +2,8 @@ textures = {
'flowers_dandelion_white': (('dandelion_white', 'grass'), 'flower', 'flower'),
'flowers_dandelion_yellow': (('dandelion_yellow', 'grass'), 'flower', 'flower'),
'flowers_geranium': (('geranium', 'grass'), 'flower', 'flower'),
'flowers_mushroom_brown': (('mushroom_brown', 'mushroom_stem'), 'mushroom', 'mushroom'),
'flowers_mushroom_red': (('mushroom_red', 'mushroom_stem'), 'mushroom', 'mushroom'),
'flowers_rose': (('rose', 'grass'), 'flower', 'flower'),
'flowers_tulip': (('tulip', 'grass'), 'flower', 'flower'),
'flowers_viola': (('viola', 'grass'), 'flower', 'flower'),