Skip to content

Commit

Permalink
Add an example link in the description.
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H committed Aug 16, 2024
1 parent 1abf704 commit b419a2e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions extensions/reviewed/PhysicsCar.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"previewIconUrl": "https://asset-resources.gdevelop.io/public-resources/Icons/b4a3bb68575adbecb4418e0397ef8c05913e1f0757dfd111de7e6a4ff31eb149_car-back.svg",
"shortDescription": "Simulate car motion with drifting.",
"version": "0.1.0",
"description": "Simulate car motion with the Physics 2 behavior.",
"description": [
"Simulate car motion with the Physics 2 behavior.",
"",
"The 3D car coin hunt game example uses this extension ([open the project online](https://editor.gdevelop.io/?project=example://3d-car-coin-hunt))."
],
"tags": [
"race"
],
Expand Down Expand Up @@ -2305,7 +2309,7 @@
"name": "WheelGripRatio"
},
{
"value": "120",
"value": "50",
"type": "Number",
"unit": "AngularSpeed",
"label": "Steering speed",
Expand Down

0 comments on commit b419a2e

Please sign in to comment.