aboutsummaryrefslogtreecommitdiff
path: root/res/templates/rope.tj
blob: 782b310e65b8a46ecda5f4464fabcd5d6af2733d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{ "object":
    {
     "height":0,
     "id":86,
     "name":"Rope",
     "point":true,
     "properties":[
            {
             "name":"image",
             "type":"file",
             "value":"..\/img\/windchimes_0.png"
            }, 
            {
             "name":"length",
             "type":"int",
             "value":6
            }, 
            {
             "name":"node_length",
             "type":"int",
             "value":2
            }],
     "rotation":0,
     "type":"rope",
     "visible":true,
     "width":0
    },
 "type":"template"
}