MWS_2021_s439489/unity_artifitial_world-st/Assets/LSystem/Sierpinski.txt

6 lines
44 B
Plaintext

#axiom
L
#rules
L->R+L+R
R->L-R-L
#end rules