fixed the example in doc

This commit is contained in:
RealBadAngel 2012-12-30 10:25:14 +01:00
parent 686269a538
commit 15bc1b647f
1 changed files with 6 additions and 8 deletions

View File

@ -1104,16 +1104,14 @@ methods:
Example usage: spawn small apple tree Example usage: spawn small apple tree
apple_tree={ apple_tree={
axiom="FFFFFFAFAFBFB", axiom="FFFFFAFFBF",
rules_a="[&&FFFFB][&&+++FFFFB][&&---FFFFB]", rules_a="[&&&FFFFF&&FFFF][&&&++++FFFFF&&FFFF][&&&----FFFFF&&FFFF]",
rules_b="[&&FFF][&&+++FFF][&&---FFF]", rules_b="[&&&++FFFFF&&FFFF][&&&--FFFFF&&FFFF][&&&------FFFFF&&FFFF]",
rules_c="",
rules_d="",
trunk="default:tree", trunk="default:tree",
leaves="default:leaves", leaves="default:leaves",
angle=45, angle=30,
iterations=3, iterations=2,
random_level=1, random_level=0,
thin_trunks=true, thin_trunks=true,
fruit_tree=true, fruit_tree=true,
fruit="default:apple" fruit="default:apple"