Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
5
Task/Fractal-tree/BBC-BASIC/fractal-tree-1.bbc
Normal file
5
Task/Fractal-tree/BBC-BASIC/fractal-tree-1.bbc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Spread = 25
|
||||
Scale = 0.76
|
||||
SizeX% = 400
|
||||
SizeY% = 300
|
||||
Depth% = 10
|
||||
|
|
@ -1,9 +1,3 @@
|
|||
Spread = 25
|
||||
Scale = 0.76
|
||||
SizeX% = 400
|
||||
SizeY% = 300
|
||||
Depth% = 10
|
||||
|
||||
VDU 23,22,SizeX%;SizeY%;8,16,16,128
|
||||
|
||||
PROCbranch(SizeX%, 0, SizeY%/2, 90, Depth%)
|
||||
Loading…
Add table
Add a link
Reference in a new issue