MWS/unity_artifitial_world-st/Assets/LSystem/L-system_e.txt

6 lines
51 B
Plaintext

#axiom
X
#rules
X -> F[+X][-X]FX
F -> FF
#end rules