mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
55 lines
597 B
INI
55 lines
597 B
INI
|
BOX designA
|
||
|
|
||
|
sample
|
||
|
A from config file B
|
||
|
parent 131_data/C.cfg
|
||
|
ends
|
||
|
|
||
|
shapes {
|
||
|
w ("AAA", "AAA", "AAA")
|
||
|
}
|
||
|
|
||
|
elastic (
|
||
|
w
|
||
|
)
|
||
|
|
||
|
END designA
|
||
|
|
||
|
# -------------------------------------------------------
|
||
|
|
||
|
BOX BROKEN
|
||
|
|
||
|
sample
|
||
|
BROKEN from config file B
|
||
|
ends
|
||
|
|
||
|
shapes {
|
||
|
w ("BROKEN")
|
||
|
}
|
||
|
|
||
|
# elastic definition is missing
|
||
|
|
||
|
END BROKEN
|
||
|
|
||
|
# -------------------------------------------------------
|
||
|
|
||
|
parent 131_data/A.cfg
|
||
|
|
||
|
# -------------------------------------------------------
|
||
|
|
||
|
BOX designC
|
||
|
|
||
|
sample
|
||
|
C from config file B
|
||
|
ends
|
||
|
|
||
|
shapes {
|
||
|
w ("CCC", "CCC", "CCC")
|
||
|
}
|
||
|
|
||
|
elastic (
|
||
|
w
|
||
|
)
|
||
|
|
||
|
END designC
|