new accessors
parent
9ad4b50855
commit
4425c471ca
|
@ -121,25 +121,25 @@ VARS: population-label cohesion-label alignment-label separation-label ;
|
||||||
|
|
||||||
"1 - Randomize" [ drop randomize ] button* add-gadget
|
"1 - Randomize" [ drop randomize ] button* add-gadget
|
||||||
|
|
||||||
<pile> 1 over set-pack-fill
|
<pile> 1 >>fill
|
||||||
population-label> add-gadget
|
population-label> add-gadget
|
||||||
"3 - Add 10" [ drop add-10-boids ] button* add-gadget
|
"3 - Add 10" [ drop add-10-boids ] button* add-gadget
|
||||||
"2 - Sub 10" [ drop sub-10-boids ] button* add-gadget
|
"2 - Sub 10" [ drop sub-10-boids ] button* add-gadget
|
||||||
add-gadget
|
add-gadget
|
||||||
|
|
||||||
<pile> 1 over set-pack-fill
|
<pile> 1 >>fill
|
||||||
cohesion-label> add-gadget
|
cohesion-label> add-gadget
|
||||||
"q - +0.1" [ drop inc-cohesion-weight ] button* add-gadget
|
"q - +0.1" [ drop inc-cohesion-weight ] button* add-gadget
|
||||||
"a - -0.1" [ drop dec-cohesion-weight ] button* add-gadget
|
"a - -0.1" [ drop dec-cohesion-weight ] button* add-gadget
|
||||||
add-gadget
|
add-gadget
|
||||||
|
|
||||||
<pile> 1 over set-pack-fill
|
<pile> 1 >>fill
|
||||||
alignment-label> add-gadget
|
alignment-label> add-gadget
|
||||||
"w - +0.1" [ drop inc-alignment-weight ] button* add-gadget
|
"w - +0.1" [ drop inc-alignment-weight ] button* add-gadget
|
||||||
"s - -0.1" [ drop dec-alignment-weight ] button* add-gadget
|
"s - -0.1" [ drop dec-alignment-weight ] button* add-gadget
|
||||||
add-gadget
|
add-gadget
|
||||||
|
|
||||||
<pile> 1 over set-pack-fill
|
<pile> 1 >>fill
|
||||||
separation-label> add-gadget
|
separation-label> add-gadget
|
||||||
"e - +0.1" [ drop inc-separation-weight ] button* add-gadget
|
"e - +0.1" [ drop inc-separation-weight ] button* add-gadget
|
||||||
"d - -0.1" [ drop dec-separation-weight ] button* add-gadget
|
"d - -0.1" [ drop dec-separation-weight ] button* add-gadget
|
||||||
|
|
Loading…
Reference in New Issue