Skip to content

Commit 4968b3d

Browse files
authored
Fix trailing comma
Don't show in changelog
1 parent 6b8090a commit 4968b3d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extensions/reviewed/FollowObjectsWithCamera.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"",
1717
"- Use an object group to track multiple objects.",
1818
"- Only run on one layer at a time. If multiple layers need to move the same way, create events that copy CameraX, CameraY, and CameraZoom values (or use the \"Copy camera settings\" extension)",
19-
"- This action can also be used on a single object instance to move the camera smoothly - though other extensions might be more adapted.",
19+
"- This action can also be used on a single object instance to move the camera smoothly - though other extensions might be more adapted."
2020
],
2121
"origin": {
2222
"identifier": "FollowObjectsWithCamera",

extensions/reviewed/ObjectSpawner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"It can be used to create:",
2020
"- Enemies",
2121
"- NPCs",
22-
"- Environmental objects",
22+
"- Environmental objects"
2323
],
2424
"origin": {
2525
"identifier": "ObjectSpawner",

extensions/reviewed/PhysicsCar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"shortDescription": "Simulate top-down car motion with drifting.",
1212
"version": "0.2.0",
1313
"description": [
14-
"Simulate car motion, from a top-down view, with the 2D Physics Engine behavior.",
14+
"Simulate car motion, from a top-down view, with the 2D Physics Engine behavior."
1515
],
1616
"tags": [
1717
"race"

0 commit comments

Comments
 (0)