massive overkill on the icons
This commit is contained in:
parent
32738e4515
commit
ba4c7bfcbe
15 changed files with 104 additions and 10 deletions
16
resources/transbeam-16.asy
Normal file
16
resources/transbeam-16.asy
Normal file
|
@ -0,0 +1,16 @@
|
|||
import "transbeam-common.asy" as transbeam;
|
||||
|
||||
transbeamPrefs prefs;
|
||||
prefs.triangleRadius = 100;
|
||||
prefs.borderInset = 25;
|
||||
prefs.circleRadius = 20;
|
||||
prefs.beamCount = 0;
|
||||
prefs.starterBeamAngle = 180;
|
||||
// Not relevant with beamCount 0
|
||||
prefs.bigBeamRadius = 36;
|
||||
prefs.smallBeamRadius = 36;
|
||||
prefs.beamAngle = 40;
|
||||
|
||||
drawTransbeam(prefs);
|
||||
|
||||
fill(circle((0,0), prefs.circleRadius), transPink);
|
Loading…
Add table
Add a link
Reference in a new issue