Skip to content

Commit 5af6dd3

Browse files
committed
Fix air dragging value.
1 parent 942c946 commit 5af6dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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,
1252+
"AirDrag": 0.03125,
12531253
"AirDragMinSpeedY": -720,
12541254
"AirAcceleration": 1012.5,
12551255
"GroundAcceleration": 506.25,

0 commit comments

Comments
 (0)