Improved presets

This commit is contained in:
Devine Lu Linvega 2017-05-21 21:07:03 -10:00
parent 271e8b5c97
commit fd77a81eca
10 changed files with 25 additions and 26 deletions

10
presets/flower.rin Normal file
View File

@ -0,0 +1,10 @@
frame.resize 300x300
layer.fill #111111
magnet.grid 15x15 4,4
path:line_color #ffffff
path:line_width 10
path.stroke M60,60 A1,1 0 0,0 240,60 A1,1 0 0,0 240,240
path.stroke M240,240 A1,1 0 0,0 60,240 A1,1 0 0,0 60,60
magnet.grid 1x1
brush.add_pointer #ff0000 1
source.save

5
presets/glyph.rin Normal file
View File

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

View File

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

View File

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

View File

@ -1,8 +0,0 @@
~ Setup
frame.resize 240x360
layer.fill #A1A1A1
magnet.grid 15x15 4,4
~ Stroke

6
presets/icon.rin Normal file
View 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

View File

@ -1,7 +0,0 @@
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 ;

3
presets/rune.rin Normal file
View File

@ -0,0 +1,3 @@
frame.resize 240x360
layer.fill #A1A1A1
magnet.grid 15x15 4,4

View File

@ -45,6 +45,7 @@ function Terminal(rune)
} }
this.hint_element.innerHTML = ""; this.hint_element.innerHTML = "";
this.input.value = ""; this.input.value = "";
this.update();
} }
this.update = function(value = null) this.update = function(value = null)