Skip to content

Instantly share code, notes, and snippets.

@monteslu
Created July 13, 2013 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monteslu/5988968 to your computer and use it in GitHub Desktop.
Save monteslu/5988968 to your computer and use it in GitHub Desktop.
more propellers
{
"entities": [
{
"x": 334,
"y": 198,
"radius": 12.041594578792296,
"staticBody": true,
"sensor": false,
"type": "Circle",
"id": "pin"
},
{
"x": 335,
"y": 198,
"halfWidth": 12,
"halfHeight": 142.5,
"staticBody": false,
"sensor": false,
"type": "Rectangle",
"id": "bar",
"fillStyle": "rgba(0,255,0,0.4)"
},
{
"x": 335,
"y": 198,
"halfWidth": 143,
"halfHeight": 12,
"staticBody": false,
"sensor": false,
"type": "Rectangle",
"id": "bar4",
"fillStyle": "rgba(0,255,0,0.4)"
},
{
"x": 335,
"y": 72.5,
"halfWidth": 40,
"halfHeight": 12.5,
"staticBody": false,
"sensor": false,
"type": "Rectangle",
"id": "bar2",
"fillStyle": "rgba(0,255,0,0.4)"
},
{
"x": 335,
"y": 325.5,
"halfWidth": 10,
"halfHeight": 10,
"radius": 10,
"staticBody": false,
"sensor": false,
"type": "Circle",
"friction": 0.1,
"id": "bar3",
"fillStyle": "rgba(0,255,0,0.4)"
},
{
"x": 338,
"y": 0,
"halfWidth": 400,
"halfHeight": 7,
"staticBody": true,
"sensor": false,
"type": "Rectangle",
"id": 3
},
{
"x": 359.5,
"y": 431,
"halfWidth": 340.5,
"halfHeight": 8,
"staticBody": true,
"sensor": false,
"type": "Rectangle",
"id": 4
},
{
"x": 0,
"y": 231,
"halfWidth": 6,
"halfHeight": 400,
"staticBody": true,
"sensor": false,
"type": "Rectangle",
"id": 5
},
{
"x": 703,
"y": 237,
"halfWidth": 10,
"halfHeight": 217,
"staticBody": true,
"sensor": false,
"type": "Rectangle",
"id": 6
},
{
"points": [
{
"x": 55.33333333333337,
"y": -48
},
{
"x": 54.33333333333337,
"y": 93
},
{
"x": -109.66666666666663,
"y": -45
}
],
"x": 638.6666666666666,
"y": 52,
"staticBody": true,
"sensor": false,
"type": "Polygon",
"id": 7
},
{
"x": 167,
"y": 59,
"radius": 20,
"staticBody": false,
"sensor": false,
"type": "Circle",
"fillStyle": "rgba(0,255,0,0.4)",
"id": 8,
"friction": 0.1
},
{
"points": [
{
"x": -17.5,
"y": -44.75
},
{
"x": 60.5,
"y": 41.25
},
{
"x": -25.5,
"y": 46.25
},
{
"x": -17.5,
"y": -42.75
}
],
"x": 25.5,
"y": 388.75,
"staticBody": true,
"sensor": false,
"type": "Polygon",
"id": 9
},
{
"x": 610,
"y": 235,
"radius": 13.892443989449804,
"staticBody": false,
"sensor": false,
"type": "Circle",
"fillStyle": "rgba(0,255,0,0.4)",
"id": 10
},
{
"x": 629,
"y": 216,
"radius": 16.15549442140351,
"staticBody": false,
"sensor": false,
"type": "Circle",
"fillStyle": "rgba(0,255,0,0.4)",
"id": 11
},
{
"x": 622,
"y": 190,
"radius": 14.866068747318506,
"staticBody": false,
"sensor": false,
"type": "Circle",
"fillStyle": "rgba(0,255,0,0.4)",
"id": 12
},
{
"points": [
{
"x": 56.25,
"y": -71.5
},
{
"x": 55.25,
"y": 22.5
},
{
"x": -54.75,
"y": 24.5
},
{
"x": -56.75,
"y": 24.5
}
],
"x": 641.75,
"y": 407.5,
"staticBody": true,
"sensor": false,
"type": "Polygon",
"id": 13
},
{
"points": [
{
"x": 88.25,
"y": -39.5
},
{
"x": -28.75,
"y": 42.5
},
{
"x": -29.75,
"y": 39.5
},
{
"x": -29.75,
"y": -42.5
}
],
"x": 32.75,
"y": 42.5,
"staticBody": true,
"sensor": false,
"type": "Polygon",
"id": 14
}
],
"joints": [
{
"bodyId1": "pin",
"bodyId2": "bar",
"type": "Revolute",
"id": "hj",
"jointAttributes": {
"motorSpeed": -10,
"enableMotor": true,
"maxMotorTorque": 3500
}
},
{
"bodyId1": "pin",
"bodyId2": "bar4",
"type": "Revolute",
"id": "hj4",
"jointAttributes": {
"motorSpeed": -10,
"enableMotor": true,
"maxMotorTorque": 3500
}
},
{
"bodyId1": "bar",
"bodyId2": "bar4",
"type": "Prismatic",
"id": "pj4"
},
{
"bodyId1": "bar2",
"bodyId2": "bar",
"type": "Revolute",
"id": "hj2",
"jointAttributes": {
"motorSpeed": 50,
"enableMotor": true,
"maxMotorTorque": 500
}
},
{
"bodyId1": "bar3",
"bodyId2": "bar",
"type": "Prismatic",
"id": "hj3"
}
],
"canvas": {
"height": 440,
"width": 700
},
"backImg": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment