From 68000506fd4a9ee5a61b76cc164b7331f7bc0dc3 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 30 Mar 2017 12:26:00 -0700 Subject: [PATCH] Porting presets --- README.md | 7 ------- presets/grid.glyph.rin | 6 ++++++ presets/grid.icon.rin | 6 ++++++ presets/grid.rune.rin | 6 ++++++ presets/path.ronin.rin | 7 +++++++ 5 files changed, 25 insertions(+), 7 deletions(-) create mode 100644 presets/grid.glyph.rin create mode 100644 presets/grid.icon.rin create mode 100644 presets/grid.rune.rin create mode 100644 presets/path.ronin.rin diff --git a/README.md b/README.md index 349c7b5..8067e1a 100644 --- a/README.md +++ b/README.md @@ -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 "; diff --git a/presets/grid.glyph.rin b/presets/grid.glyph.rin new file mode 100644 index 0000000..765a283 --- /dev/null +++ b/presets/grid.glyph.rin @@ -0,0 +1,6 @@ +frame.resize 300x300 ; +frame.select background ; +layer.fill #A1A1A1 ; +brush:color #ff0000 ; +magnet.grid 15x15 4,4 ; +frame.select main ; \ No newline at end of file diff --git a/presets/grid.icon.rin b/presets/grid.icon.rin new file mode 100644 index 0000000..a8bd1f7 --- /dev/null +++ b/presets/grid.icon.rin @@ -0,0 +1,6 @@ +frame.resize 360x360 ; +frame.select background ; +layer.fill #A1A1A1 ; +brush:color #ff0000 ; +magnet.grid 15x15 4,4 ; +frame.select main ; \ No newline at end of file diff --git a/presets/grid.rune.rin b/presets/grid.rune.rin new file mode 100644 index 0000000..ed93209 --- /dev/null +++ b/presets/grid.rune.rin @@ -0,0 +1,6 @@ +frame.resize 240x360 ; +frame.select background ; +layer.fill #A1A1A1 ; +brush:color #ff0000 ; +magnet.grid 15x15 4,4 ; +frame.select main ; \ No newline at end of file diff --git a/presets/path.ronin.rin b/presets/path.ronin.rin new file mode 100644 index 0000000..5f30b87 --- /dev/null +++ b/presets/path.ronin.rin @@ -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 ; \ No newline at end of file