Skip to content

Commit e2faafa

Browse files
authored
[Community] Add a deprecated suffix to some behaviors (#948)
* Don't show in changelog
1 parent ddb592a commit e2faafa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/community/RectangularMovement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eventsBasedBehaviors": [
2828
{
2929
"description": "Allow an object to move in a rectangular pattern.",
30-
"fullName": "Rectangular Movement",
30+
"fullName": "Rectangular Movement (deprecated)",
3131
"name": "RectangularMovement",
3232
"objectType": "",
3333
"eventsFunctions": [

extensions/community/SineMovement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eventsBasedBehaviors": [
3030
{
3131
"description": "Allow an object to move smoothly on the X and/or Y axis following a sine wave.\n\nExample uses:\n- Floating pickups\n- Moveable platforms\n- Enemy movement\n\nProperties:\n- Center of movement, X position\n- Center of movement, Y position\n- Horizontal distance\n- Vertical distance\n- Horizontal speed\n- Horizontal distance\n\nTips:\n- For circular or elliptical movement, the horizontal and vertical speed need to be the same\n- For horizontal movement, set vertical distance to 0\n- For vertical movement, set horizontal distance to 0\n- For figure-8 movement, set horizontal speed to 1/2 of the vertical speed.",
32-
"fullName": "Sine Movement",
32+
"fullName": "Sine Movement (deprecated)",
3333
"name": "SineMovement",
3434
"objectType": "",
3535
"eventsFunctions": [

0 commit comments

Comments
 (0)