Improved presets
This commit is contained in:
parent
271e8b5c97
commit
fd77a81eca
10
presets/flower.rin
Normal file
10
presets/flower.rin
Normal 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
5
presets/glyph.rin
Normal file
@ -0,0 +1,5 @@
|
||||
frame.resize 300x300
|
||||
layer.fill #A1A1A1
|
||||
brush:color #ff0000
|
||||
magnet.grid 15x15 4,4
|
||||
frame.select work
|
@ -1,5 +0,0 @@
|
||||
frame.resize 300x300 ;
|
||||
layer.fill #A1A1A1 ;
|
||||
brush:color #ff0000 ;
|
||||
magnet.grid 15x15 4,4 ;
|
||||
frame.select work ;
|
@ -1,6 +0,0 @@
|
||||
frame.resize 360x360 ;
|
||||
frame.select background ;
|
||||
layer.fill #A1A1A1 ;
|
||||
brush:color #ff0000 ;
|
||||
magnet.grid 15x15 4,4 ;
|
||||
frame.select main ;
|
@ -1,8 +0,0 @@
|
||||
~ Setup
|
||||
|
||||
frame.resize 240x360
|
||||
layer.fill #A1A1A1
|
||||
magnet.grid 15x15 4,4
|
||||
|
||||
~ Stroke
|
||||
|
6
presets/icon.rin
Normal file
6
presets/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
|
@ -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
3
presets/rune.rin
Normal file
@ -0,0 +1,3 @@
|
||||
frame.resize 240x360
|
||||
layer.fill #A1A1A1
|
||||
magnet.grid 15x15 4,4
|
@ -45,6 +45,7 @@ function Terminal(rune)
|
||||
}
|
||||
this.hint_element.innerHTML = "";
|
||||
this.input.value = "";
|
||||
this.update();
|
||||
}
|
||||
|
||||
this.update = function(value = null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user