mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01:00
new designs added: "fence" and "important" 1,2,3 (#39)
This commit is contained in:
parent
5afc827c77
commit
21981529d2
189
boxes-config
189
boxes-config
@ -2689,4 +2689,193 @@ elastic (nnw, nne, e, s, w)
|
||||
END face
|
||||
|
||||
|
||||
# ============================================================================
|
||||
|
||||
|
||||
BOX fence
|
||||
|
||||
designer "Dmitry Bolshakov <bdimych@protonmail.com>"
|
||||
author "Dmitry Bolshakov <bdimych@protonmail.com>"
|
||||
created "2017-04-10"
|
||||
revision "1.0"
|
||||
|
||||
sample
|
||||
/\ /\ /\ /\ /\
|
||||
|__|__|__|__|__|
|
||||
| | | | | |
|
||||
| | fence | |
|
||||
|__|__|__|__|__|
|
||||
|__|__|__|__|__|
|
||||
ends
|
||||
|
||||
delim @"
|
||||
|
||||
shapes {
|
||||
nw ( " /\ /" ,
|
||||
"|__|_" ,
|
||||
"| | " )
|
||||
w ( "| | " )
|
||||
sw ( "|__|_" ,
|
||||
"|__|_" )
|
||||
|
||||
ne ( "\ /\ " ,
|
||||
"_|__|" ,
|
||||
" | |" )
|
||||
e ( " | |" )
|
||||
se ( "_|__|" ,
|
||||
"_|__|" )
|
||||
|
||||
n ( "\ /" ,
|
||||
"_|_" ,
|
||||
" | " )
|
||||
|
||||
s ( "_|_" ,
|
||||
"_|_" )
|
||||
}
|
||||
|
||||
elastic (n, e, s, w)
|
||||
|
||||
END fence
|
||||
|
||||
|
||||
# ============================================================================
|
||||
|
||||
|
||||
BOX important
|
||||
|
||||
designer "Dmitry Bolshakov <bdimych@protonmail.com>"
|
||||
author "Dmitry Bolshakov <bdimych@protonmail.com>"
|
||||
created "2017-04-10"
|
||||
revision "1.0"
|
||||
|
||||
sample
|
||||
/\ !!!!!!!!!!! /\
|
||||
|! | |! |
|
||||
|! | important |! |
|
||||
|__| |__|
|
||||
(__)!!!!!!!!!!!(__)
|
||||
ends
|
||||
|
||||
delim @"
|
||||
|
||||
shapes {
|
||||
nw (" /\ ")
|
||||
w ("|! |")
|
||||
sw ("|__|",
|
||||
"(__)")
|
||||
|
||||
ne (" /\ ")
|
||||
e ("|! |")
|
||||
se ("|__|",
|
||||
"(__)")
|
||||
|
||||
n ("!")
|
||||
s (" ", "!")
|
||||
}
|
||||
|
||||
padding { left 1 top 1 right 1 }
|
||||
|
||||
elastic (n, e, s, w)
|
||||
|
||||
END important
|
||||
|
||||
|
||||
# ============================================================================
|
||||
|
||||
|
||||
BOX important2
|
||||
|
||||
designer "Dmitry Bolshakov <bdimych@protonmail.com>"
|
||||
author "Dmitry Bolshakov <bdimych@protonmail.com>"
|
||||
created "2017-04-10"
|
||||
revision "1.0"
|
||||
|
||||
sample
|
||||
/\ /\ !!!!!!!!!!!! /\ /\
|
||||
|! ||! |!!!!!!!!!!!!|! ||! |
|
||||
|! ||! | |! ||! |
|
||||
|! ||! | important2 |! ||! |
|
||||
|! ||! | |! ||! |
|
||||
|__||__|!!!!!!!!!!!!|__||__|
|
||||
(__)(__)!!!!!!!!!!!!(__)(__)
|
||||
ends
|
||||
|
||||
delim @"
|
||||
|
||||
shapes {
|
||||
nw (" /\ /\ ",
|
||||
"|! ||! |")
|
||||
w ("|! ||! |")
|
||||
sw ("|__||__|",
|
||||
"(__)(__)")
|
||||
|
||||
ne (" /\ /\ ",
|
||||
"|! ||! |")
|
||||
e ("|! ||! |")
|
||||
se ("|__||__|",
|
||||
"(__)(__)")
|
||||
|
||||
n ("!", "!")
|
||||
s ("!", "!")
|
||||
}
|
||||
|
||||
padding { all 1 }
|
||||
|
||||
elastic (n, e, s, w)
|
||||
|
||||
END important2
|
||||
|
||||
|
||||
# ============================================================================
|
||||
|
||||
|
||||
BOX important3
|
||||
|
||||
designer "Dmitry Bolshakov <bdimych@protonmail.com>"
|
||||
author "Dmitry Bolshakov <bdimych@protonmail.com>"
|
||||
created "2017-04-10"
|
||||
revision "1.0"
|
||||
|
||||
sample
|
||||
/\ /\ /\ !!!!!!!!!!!! /\ /\ /\
|
||||
|! ||! ||! |!!!!!!!!!!!!|! ||! ||! |
|
||||
|! ||! ||! |!!!!!!!!!!!!|! ||! ||! |
|
||||
|! ||! ||! | |! ||! ||! |
|
||||
|! ||! ||! | important3 |! ||! ||! |
|
||||
|! ||! ||! | |! ||! ||! |
|
||||
|! ||! ||! |!!!!!!!!!!!!|! ||! ||! |
|
||||
|__||__||__|!!!!!!!!!!!!|__||__||__|
|
||||
(__)(__)(__)!!!!!!!!!!!!(__)(__)(__)
|
||||
ends
|
||||
|
||||
delim @"
|
||||
|
||||
shapes {
|
||||
nw (" /\ /\ /\ ",
|
||||
"|! ||! ||! |",
|
||||
"|! ||! ||! |")
|
||||
w ("|! ||! ||! |")
|
||||
sw ("|! ||! ||! |",
|
||||
"|__||__||__|",
|
||||
"(__)(__)(__)")
|
||||
|
||||
ne (" /\ /\ /\ ",
|
||||
"|! ||! ||! |",
|
||||
"|! ||! ||! |")
|
||||
e ("|! ||! ||! |")
|
||||
se ("|! ||! ||! |",
|
||||
"|__||__||__|",
|
||||
"(__)(__)(__)")
|
||||
|
||||
n ("!", "!", "!")
|
||||
s ("!", "!", "!")
|
||||
}
|
||||
|
||||
padding { all 1 }
|
||||
|
||||
elastic (n, e, s, w)
|
||||
|
||||
END important3
|
||||
|
||||
|
||||
#EOF vim: set ai sw=4:
|
||||
|
Loading…
Reference in New Issue
Block a user