
BOX inf2tuxthink

author   "Martin Borer <martin.borer@tuwien.ac.at>"
designer "Tony Monroe"
tags     ("artwork", "speech")

sample
     ______________________
    /                      \
    |  Tux thinks too ...  |
    \______________________/
              ()
                O
                  o
                   .--.
                  |o_o |
                  |:_/ |
                 //   \ \
                (|     | )
               /'\_   _/`\
               \___)=(___/
ends

shapes {
    nw  (" ")
    wnw ("/")
    n   ("_")
    ne  (" ")
    ene ("\\")
    w   ("|")
    e   ("|")

    ssw ("_",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ")
    sw  ("\\",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ")
    s   ("_",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ")
    se  ("/",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ",
         " ")
    sse ("________________",
         "   ()           ",
         "     O          ",
         "       o        ",
         "        .--.    ",
         "       |o_o |   ",
         "       |:_/ |   ",
         "      //   \\ \\  ",
         "     (|     | ) ",
         "    /'\\_   _/`\\ ",
         "    \\___)=(___/ ")
}

elastic (n, s, e, w)

padding {
    top 1
    left 2
    right 2
}

END inf2tuxthink
