Porting presets

This commit is contained in:
Devine Lu Linvega 2017-03-30 12:26:00 -07:00
parent 1f70431dcb
commit 68000506fd
5 changed files with 25 additions and 7 deletions

@ -36,13 +36,6 @@ Enjoy
* Eye
Swatches, handle all colors
this.collection = {};
this.collection["grid"] = {};
this.collection["grid"]["glyph"] = "@ 300x300; @ layer=background ; @ #A1A1A1 ; . 15x15 4,4 ; @ layer=main";
this.collection["grid"]["icon"] = "@ 360x360; @ layer=background ; @ #000000 ; . 15x15 4,4 ; @ layer=main";
this.collection["grid"]["rune"] = "@ 240x360; @ layer=background ; @ #000000 ; . 15x15 4,4 ; @ layer=main";
this.collection["custom"] = {};
this.collection["custom"]["default"] = "@ 720x405 ; / ../assets/todo.jpg 720x 0,0 ; % chromatic 2 ; / ../assets/logo.png 35x35 15,355";
this.collection["custom"]["black"] = "@ 720x405 #ff0000 ; / ../assets/todo.jpg 720x 0,-30 ; % grey ; % sharpen ; % sharpen ; % chromatic 2 ; @ layer=icon ; / ../assets/logo.png 35x35 15,355 ";

6
presets/grid.glyph.rin Normal file

@ -0,0 +1,6 @@
frame.resize 300x300 ;
frame.select background ;
layer.fill #A1A1A1 ;
brush:color #ff0000 ;
magnet.grid 15x15 4,4 ;
frame.select main ;

6
presets/grid.icon.rin Normal file

@ -0,0 +1,6 @@
frame.resize 360x360 ;
frame.select background ;
layer.fill #A1A1A1 ;
brush:color #ff0000 ;
magnet.grid 15x15 4,4 ;
frame.select main ;

6
presets/grid.rune.rin Normal file

@ -0,0 +1,6 @@
frame.resize 240x360 ;
frame.select background ;
layer.fill #A1A1A1 ;
brush:color #ff0000 ;
magnet.grid 15x15 4,4 ;
frame.select main ;

7
presets/path.ronin.rin Normal file

@ -0,0 +1,7 @@
frame.resize 240x360 ;
frame.select background ;
layer.fill #A1A1A1 ;
brush:color #ff0000 ;
magnet.grid 15x15 4,4 ;
frame.select main ;
path.stroke M150,53 A-96,97 0 0,0 246,150 M150,246 A97,-96 0 0,0 53,150 M53,101 A-48,-48 0 0,0 101,53 M246,101 A48,-48 0 0,1 198,53 M53,198 A-48,48 0 0,1 101,246 M246,198 A48,48 0 0,0 198,246 ;