Skip to content

Commit

Permalink
updated browser test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Aug 25, 2015
1 parent fb76605 commit 31fb748
Show file tree
Hide file tree
Showing 78 changed files with 2,628 additions and 1,550 deletions.
54 changes: 35 additions & 19 deletions test/browser/refs/airFriction/airFriction-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
"constraints": {
"#": 153
},
"events": {
"#": 157
},
"gravity": {
"#": 159
"#": 158
},
"id": 0,
"id": 10,
"isModified": true,
"label": "World",
"parent": "",
Expand Down Expand Up @@ -1376,12 +1373,32 @@
}
},
{
"x": 1100,
"y": 900
"x": {
"#.": "Number",
"#v": [
"Infinity"
]
},
"y": {
"#.": "Number",
"#v": [
"Infinity"
]
}
},
{
"x": -300,
"y": -300
"x": {
"#.": "Number",
"#v": [
"-Infinity"
]
},
"y": {
"#.": "Number",
"#v": [
"-Infinity"
]
}
},
[],
[
Expand All @@ -1391,35 +1408,34 @@
],
{
"angularStiffness": 1,
"bodyB": "",
"id": 1,
"id": 11,
"label": "Mouse Constraint",
"length": 0.01,
"pointA": {
"#": 155
},
"pointB": "",
"render": {
"pointB": {
"#": 156
},
"render": {
"#": 157
},
"stiffness": 0.1,
"type": "constraint"
},
{
"x": 0,
"y": 0
},
{
"x": 0,
"y": 0
},
{
"lineWidth": 3,
"strokeStyle": "#90EE90",
"visible": true
},
{
"afterAdd": {
"#": 158
}
},
[],
{
"x": 0,
"y": 1
Expand Down
43 changes: 27 additions & 16 deletions test/browser/refs/airFriction/airFriction-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
"constraints": {
"#": 160
},
"events": {
"#": 164
},
"gravity": {
"#": 166
"#": 164
},
"id": 0,
"id": 10,
"isModified": false,
"label": "World",
"parent": "",
Expand Down Expand Up @@ -1446,12 +1443,32 @@
}
},
{
"x": 1100,
"y": 900
"x": {
"#.": "Number",
"#v": [
"Infinity"
]
},
"y": {
"#.": "Number",
"#v": [
"Infinity"
]
}
},
{
"x": -300,
"y": -300
"x": {
"#.": "Number",
"#v": [
"-Infinity"
]
},
"y": {
"#.": "Number",
"#v": [
"-Infinity"
]
}
},
[],
[
Expand All @@ -1462,7 +1479,7 @@
{
"angularStiffness": 1,
"bodyB": "",
"id": 1,
"id": 11,
"label": "Mouse Constraint",
"length": 0.01,
"pointA": {
Expand All @@ -1484,12 +1501,6 @@
"strokeStyle": "#90EE90",
"visible": true
},
{
"afterAdd": {
"#": 165
}
},
[],
{
"x": 0,
"y": 1
Expand Down
45 changes: 35 additions & 10 deletions test/browser/refs/avalanche/avalanche-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"#": 4075
},
"gravity": {
"#": 4079
"#": 4080
},
"id": 0,
"id": 45,
"isModified": true,
"label": "World",
"parent": "",
Expand Down Expand Up @@ -1418,12 +1418,32 @@
}
},
{
"x": 1100,
"y": 900
"x": {
"#.": "Number",
"#v": [
"Infinity"
]
},
"y": {
"#.": "Number",
"#v": [
"Infinity"
]
}
},
{
"x": -300,
"y": -300
"x": {
"#.": "Number",
"#v": [
"-Infinity"
]
},
"y": {
"#.": "Number",
"#v": [
"-Infinity"
]
}
},
[
{
Expand Down Expand Up @@ -36219,24 +36239,29 @@
],
{
"angularStiffness": 1,
"bodyB": "",
"id": 1,
"id": 46,
"label": "Mouse Constraint",
"length": 0.01,
"pointA": {
"#": 4077
},
"pointB": "",
"render": {
"pointB": {
"#": 4078
},
"render": {
"#": 4079
},
"stiffness": 0.1,
"type": "constraint"
},
{
"x": 0,
"y": 0
},
{
"x": 0,
"y": 0
},
{
"lineWidth": 3,
"strokeStyle": "#90EE90",
Expand Down
32 changes: 26 additions & 6 deletions test/browser/refs/avalanche/avalanche-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"gravity": {
"#": 4186
},
"id": 0,
"id": 45,
"isModified": false,
"label": "World",
"parent": "",
Expand Down Expand Up @@ -1488,12 +1488,32 @@
}
},
{
"x": 1100,
"y": 900
"x": {
"#.": "Number",
"#v": [
"Infinity"
]
},
"y": {
"#.": "Number",
"#v": [
"Infinity"
]
}
},
{
"x": -300,
"y": -300
"x": {
"#.": "Number",
"#v": [
"-Infinity"
]
},
"y": {
"#.": "Number",
"#v": [
"-Infinity"
]
}
},
[
{
Expand Down Expand Up @@ -37290,7 +37310,7 @@
{
"angularStiffness": 1,
"bodyB": "",
"id": 1,
"id": 46,
"label": "Mouse Constraint",
"length": 0.01,
"pointA": {
Expand Down
Loading

0 comments on commit 31fb748

Please sign in to comment.