mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
51 lines
472 B
INI
51 lines
472 B
INI
BOX designA
|
|
|
|
sample
|
|
AAA
|
|
AAA foo
|
|
AAA
|
|
ends
|
|
|
|
shapes {
|
|
w ("AAA", "AAA", "AAA")
|
|
}
|
|
|
|
elastic (
|
|
w
|
|
)
|
|
|
|
padding {
|
|
left 1
|
|
}
|
|
|
|
END designA
|
|
|
|
# -------------------------------------------------------
|
|
|
|
# ERROR in following line (missing file name):
|
|
parent
|
|
|
|
# -------------------------------------------------------
|
|
|
|
BOX designB
|
|
|
|
sample
|
|
BBB
|
|
BBB foo
|
|
BBB
|
|
ends
|
|
|
|
shapes {
|
|
w ("BBB", "BBB", "BBB")
|
|
}
|
|
|
|
elastic (
|
|
w
|
|
)
|
|
|
|
padding {
|
|
left 1
|
|
}
|
|
|
|
END designB
|