Skip to content

Commit 90f764c

Browse files
committed
Allow smaller speech bubbles in 'unicornsay' box
1 parent 2282989 commit 90f764c

File tree

1 file changed

+31
-43
lines changed

1 file changed

+31
-43
lines changed

boxes-config

+31-43
Original file line numberDiff line numberDiff line change
@@ -2308,8 +2308,8 @@ END unicornthink
23082308
BOX unicornsay
23092309

23102310
author "Mike Meyer <[email protected]>"
2311-
revision "1.1"
2312-
revdate "November 08, 2014 (Saturday, 11:08h)"
2311+
revision "1.2"
2312+
revdate "February 21, 2019 (Thursday, 18:45h)"
23132313
created "September 02, 2013 (Monday, 14:43h)"
23142314

23152315
sample
@@ -2330,41 +2330,36 @@ sample
23302330
ends
23312331

23322332
shapes {
2333-
nw (" __",
2334-
" / ")
2335-
n ("____",
2336-
" ")
2333+
nw (" ",
2334+
"/")
2335+
n ("_",
2336+
" ")
23372337
ne ("__ ",
23382338
" \\ ")
23392339

2340-
sw (" \\__",
2341-
" ",
2342-
" ",
2343-
" ",
2344-
" ",
2345-
" ",
2346-
" ",
2347-
" ",
2348-
" ",
2349-
" ")
2350-
2351-
s ("_____",
2352-
" ",
2353-
" ",
2354-
" ",
2355-
" ",
2356-
" ",
2357-
" ",
2358-
" ",
2359-
" ",
2360-
" ")
2340+
sw ("\\",
2341+
" ",
2342+
" ",
2343+
" ",
2344+
" ",
2345+
" ",
2346+
" ",
2347+
" ",
2348+
" ",
2349+
" ")
23612350

2362-
nnw ("____",
2363-
" ")
2364-
nne ("_____",
2365-
" ")
2351+
s ("_",
2352+
" ",
2353+
" ",
2354+
" ",
2355+
" ",
2356+
" ",
2357+
" ",
2358+
" ",
2359+
" ",
2360+
" ")
23662361

2367-
w (" | ")
2362+
w ("|")
23682363
e (" | ")
23692364
se ("'\\ ",
23702365
" \\\\ ",
@@ -2377,17 +2372,6 @@ shapes {
23772372
"'-'/ \\ ",
23782373
" ")
23792374

2380-
ssw ("____",
2381-
" ",
2382-
" ",
2383-
" ",
2384-
" ",
2385-
" ",
2386-
" ",
2387-
" ",
2388-
" ",
2389-
" ")
2390-
23912375
sse ("_ __",
23922376
" |/ ",
23932377
" \\ ",
@@ -2402,6 +2386,10 @@ shapes {
24022386

24032387
elastic (n, s, e, w)
24042388

2389+
padding {
2390+
left 1
2391+
}
2392+
24052393
END unicornsay
24062394

24072395

0 commit comments

Comments
 (0)