make paintings' model/frames better-defined.

This commit is contained in:
Vanessa Ezekowitz 2014-06-25 08:14:25 -04:00
parent 3daa082cbc
commit a19c9e6dee
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,11 @@ for i = 1,20 do
node_box = {
type = "fixed",
fixed = {
{ -8/16, -8/16, 7/16, 8/16, 8/16, 8/16 },
{ -32/64, -32/64, 28/64, -30/64, 32/64, 32/64 }, -- left edge
{ 30/64, -32/64, 28/64, 32/64, 32/64, 32/64 }, -- right edge
{ -32/64, 30/64, 28/64, 32/64, 32/64, 32/64 }, -- top edge
{ -32/64, -30/64, 28/64, 32/64, -32/64, 32/64 }, -- bottom edge
{ -32/64, -32/64, 29/64, 32/64, 32/64, 29/64 } -- the canvas
}
},
groups = {snappy=3},