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