Skip to content

Commit 48e73a2

Browse files
authored
Fix nested list formats in some extension description (#905)
1 parent d934d63 commit 48e73a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extensions/community/TrampolinePlatform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "",
33
"category": "General",
4-
"description": "# User can\n- Use the extension action multi times on multi objects.\n- Set the trampoline force.\n- Set multi forces for each trampoline.\n- Set which object can jump on that trampoline.\n- Set group of objects to jump on the trampoline.\n- Set the boolean (On/Off) to trigger the trampoline:\n 1. On: Trigger if player is on top of it.\n 2. Off: Trigger if player collided with it.\n- Check if a trampoline has been triggered (for animations).\n\n# Actions\n- Extension action.\n\n# Conditions\n- Check if a trampoline has been triggered.\n\n# Example\n![](https://i.imgur.com/XIYBQB9.png)\n- *Recommended to use platform behavior (Jump through) on the trampoline.* \n- *Extension action must run in every frame.*",
4+
"description": "# User can\n- Use the extension action multi times on multi objects.\n- Set the trampoline force.\n- Set multi forces for each trampoline.\n- Set which object can jump on that trampoline.\n- Set group of objects to jump on the trampoline.\n- Set the boolean (On/Off) to trigger the trampoline:\n 1. On: Trigger if player is on top of it.\n 2. Off: Trigger if player collided with it.\n- Check if a trampoline has been triggered (for animations).\n\n# Actions\n- Extension action.\n\n# Conditions\n- Check if a trampoline has been triggered.\n\n# Example\n![](https://i.imgur.com/XIYBQB9.png)\n- *Recommended to use platform behavior (Jump through) on the trampoline.* \n- *Extension action must run in every frame.*",
55
"extensionNamespace": "",
66
"fullName": "Trampoline Platform",
77
"helpPath": "",
@@ -499,4 +499,4 @@
499499
}
500500
],
501501
"eventsBasedBehaviors": []
502-
}
502+
}

extensions/reviewed/FlashTransitionPainter.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Westboy31",
33
"category": "Visual effect",
4-
"description": "* __Paint effect:__ Action to paint a color all over the screen for a period of time with specific effect.\neffect type:\n * __Flash:__ is a monochrome color appear with fade then disappear with fade out.\n * __Vertical:__ is a monochrome color comes from right side then comes back.\n * __Horizontal:__ is a monochrome color come from top side then comes back.\n * __Circular:__ is a circle which increases from the center and narrows.\n* __Paint effect ended:__ event when the paint effect ends.",
4+
"description": "* __Paint effect:__ Action to paint a color all over the screen for a period of time with specific effect.\neffect type:\n * __Flash:__ is a monochrome color appear with fade then disappear with fade out.\n * __Vertical:__ is a monochrome color comes from right side then comes back.\n * __Horizontal:__ is a monochrome color come from top side then comes back.\n * __Circular:__ is a circle which increases from the center and narrows.\n* __Paint effect ended:__ event when the paint effect ends.",
55
"extensionNamespace": "",
66
"fullName": "Flash and transition painter",
77
"helpPath": "",
@@ -2004,4 +2004,4 @@
20042004
]
20052005
}
20062006
]
2007-
}
2007+
}

0 commit comments

Comments
 (0)