Add sequoia

This commit is contained in:
Yutao Yuan 2016-06-10 20:50:51 +08:00
parent 47a7fafebb
commit b6436f0a57
4 changed files with 17 additions and 0 deletions

4
color/sequoia_leaves.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
83 89 18 71 77 15

4
color/sequoia_tree.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
77 36 23 64 30 19

4
color/sequoia_wood.ppm Normal file
View File

@ -0,0 +1,4 @@
P3
2 1
255
191 112 96 166 97 83

View File

@ -43,6 +43,11 @@ textures = {
'moretrees_rubber_tree_trunk_empty': ('rubber_tree_tree', 'tree'), 'moretrees_rubber_tree_trunk_empty': ('rubber_tree_tree', 'tree'),
'moretrees_rubber_tree_trunk_top': (('rubber_tree_tree', 'rubber_tree_wood', 'latex'), 'rubber_tree_tree_top'), 'moretrees_rubber_tree_trunk_top': (('rubber_tree_tree', 'rubber_tree_wood', 'latex'), 'rubber_tree_tree_top'),
'moretrees_rubber_tree_wood': ('rubber_tree_wood', 'wood'), 'moretrees_rubber_tree_wood': ('rubber_tree_wood', 'wood'),
'moretrees_sequoia_leaves': ('sequoia_leaves', 'simple_block', 'pine_needles'),
'moretrees_sequoia_sapling': (('sequoia_tree', 'sequoia_leaves'), 'sapling', 'sapling'),
'moretrees_sequoia_trunk': ('sequoia_tree', 'tree'),
'moretrees_sequoia_trunk_top': (('sequoia_tree', 'sequoia_wood'), 'tree_top'),
'moretrees_sequoia_wood': ('sequoia_wood', 'wood'),
} }
override_textures = { override_textures = {