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-64.asy
Normal file
13
resources/transbeam-64.asy
Normal file
|
@ -0,0 +1,13 @@
|
|||
import "transbeam-common.asy" as transbeam;
|
||||
|
||||
transbeamPrefs prefs;
|
||||
prefs.triangleRadius = 100;
|
||||
prefs.borderInset = 9;
|
||||
prefs.circleRadius = 12;
|
||||
prefs.bigBeamRadius = 33;
|
||||
prefs.smallBeamRadius = 25;
|
||||
prefs.beamCount = 9;
|
||||
prefs.beamAngle = 10;
|
||||
prefs.starterBeamAngle = 24;
|
||||
|
||||
drawTransbeam(prefs);
|
Loading…
Add table
Add a link
Reference in a new issue