mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 09:51:10 +01:00
103 lines
880 B
INI
103 lines
880 B
INI
|
BOX designA
|
||
|
|
||
|
author "authorA"
|
||
|
designer "designerA"
|
||
|
|
||
|
sample
|
||
|
AAA
|
||
|
AAA foo
|
||
|
AAA
|
||
|
ends
|
||
|
|
||
|
shapes {
|
||
|
w ("AAA", "AAA", "AAA")
|
||
|
}
|
||
|
|
||
|
elastic (
|
||
|
w
|
||
|
)
|
||
|
|
||
|
padding {
|
||
|
left 1
|
||
|
}
|
||
|
|
||
|
END designA
|
||
|
|
||
|
# -------------------------------------------------------
|
||
|
|
||
|
BOX designB
|
||
|
|
||
|
author "authorB"
|
||
|
|
||
|
sample
|
||
|
BBB
|
||
|
BBB foo
|
||
|
BBB
|
||
|
ends
|
||
|
|
||
|
shapes {
|
||
|
w ("BBB", "BBB", "BBB")
|
||
|
}
|
||
|
|
||
|
elastic (
|
||
|
w
|
||
|
)
|
||
|
|
||
|
padding {
|
||
|
left 1
|
||
|
}
|
||
|
|
||
|
END designB
|
||
|
|
||
|
# -------------------------------------------------------
|
||
|
|
||
|
BOX designC
|
||
|
|
||
|
designer "designerC"
|
||
|
|
||
|
sample
|
||
|
CCC
|
||
|
CCC foo
|
||
|
CCC
|
||
|
ends
|
||
|
|
||
|
shapes {
|
||
|
w ("CCC", "CCC", "CCC")
|
||
|
}
|
||
|
|
||
|
elastic (
|
||
|
w
|
||
|
)
|
||
|
|
||
|
padding {
|
||
|
left 1
|
||
|
}
|
||
|
|
||
|
END designC
|
||
|
|
||
|
# -------------------------------------------------------
|
||
|
|
||
|
BOX designD
|
||
|
|
||
|
# no author or designer
|
||
|
|
||
|
sample
|
||
|
DDD
|
||
|
DDD foo
|
||
|
DDD
|
||
|
ends
|
||
|
|
||
|
shapes {
|
||
|
w ("DDD", "DDD", "DDD")
|
||
|
}
|
||
|
|
||
|
elastic (
|
||
|
w
|
||
|
)
|
||
|
|
||
|
padding {
|
||
|
left 1
|
||
|
}
|
||
|
|
||
|
END designD
|