Skip to content

Commit

Permalink
[Reviewed] [Sway] Move the extension to the visual effect category (G…
Browse files Browse the repository at this point in the history
…DevelopApp#762)

* Don't show in changelog
  • Loading branch information
D8H authored Feb 4, 2023
1 parent f8485cd commit b89af35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/reviewed/Sway.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "",
"category": "General",
"category": "Visual effect",
"description": "Use the Sway behavior to make multiple instances of an object sway at different times. For example, this can give a grass object an animated look that is always changing and is different to the other grass objects.\n\n\n![Imgur](https://i.imgur.com/dOyTgbN.gifv)\n\n\nPlease note:\nThis behavior uses *For each object* events so be aware of slow downs that may occur from many instances of Sway objects.\nThe behavior works best if both the *Center* and *Origin* points are at the base of the object.\n\nSway works by:\n- angling (pivoting) the object to the left and right while also changing its Y scale up and down\n- the angle and Y scale tween durations will take a random amount of time from a range of values\n- it's this random tween duration that creates the unique movement pattern for each instance of the object.\n\nHow to use:\n- set left and right angles (degrees) for the object to sway to\n- for equal sway on each side set the left angle to the negative number of the right angle\n- eg. set left angle to -5 and right angle to 5\n\n- set a minimum and maximum Y scale amount for the object to stretch and shrink to\n- set to 1 for no change, more than 1 for stretching and less than 1 for shrinking\n\n- set a range for the angle and Y scale tween times (seconds)\n- the tweens will take a random amount of time between the minimum and maximum values\n",
"extensionNamespace": "",
"fullName": "Sway",
Expand Down

0 comments on commit b89af35

Please sign in to comment.