Skip to content

Commit 8541728

Browse files
committed
Fix air drag default value.
1 parent 30611e0 commit 8541728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/360°-platformer/360°-platformer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@
12491249
"Gravity": 2362.5,
12501250
"MaxFallingSpeed": 1440,
12511251
"CeilBounceFactor": 0,
1252-
"AirDrag": 0.03125,
1252+
"AirDrag": 0.000488,
12531253
"AirDragMinSpeedY": -720,
12541254
"AirAcceleration": 1012.5,
12551255
"GroundAcceleration": 506.25,
@@ -31536,7 +31536,7 @@
3153631536
"name": "CeilBounceFactor"
3153731537
},
3153831538
{
31539-
"value": "0,03125",
31539+
"value": "0,000488",
3154031540
"type": "Number",
3154131541
"unit": "Dimensionless",
3154231542
"label": "Air drag",

0 commit comments

Comments
 (0)