blob: a6e4ed91898fbe58c36a4e5096a7f9f74a72e0b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
junk set global.zoom 64
topleft addshape 4 -3 3 4 -1 3 4 -1 1 4 -3 1 4
topcenter addshape 4 -1 3 4 1 3 4 1 1 4 -1 1 4
topright addshape 4 1 3 4 3 3 4 3 1 4 1 1 4
middleleft addshape 4 -3 1 4 -1 1 4 -1 -1 4 -3 -1 4
middlecenter addshape 4 -1 1 4 1 1 4 1 -1 4 -1 -1 4
middleright addshape 4 1 1 4 3 1 4 3 -1 4 1 -1 4
bottomleft addshape 4 -3 -1 4 -1 -1 4 -1 -3 4 -3 -3 4
bottomcenter addshape 4 -1 -1 4 1 -1 4 1 -3 4 -1 -3 4
bottomright addshape 4 1 -1 4 3 -1 4 3 -3 4 1 -3 4
|