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

5 lines
43 B
Plaintext

#axiom
F
#rules
F -> F[+F]F[-F]F
#end rules