You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,13 @@ The reason for organizing it this way is because then you can add particles (`Pa
56
56
57
57
| Name | Type | Description |
58
58
| --- | --- | --- |
59
-
|`debris_max_time`|`float`| The seconds it will pass until the blocks become `STATIC`. |
59
+
|`debris_max_time`|`float`| The seconds it will pass until the blocks become `STATIC` or, if `remove_debris` is set to `true`, the blocks dissapear. |
60
+
61
+
### Remove debris
62
+
63
+
| Name | Type | Description |
64
+
| --- | --- | --- |
65
+
|`remove_debris`|`bool`| Controls whether the debris stays or disappears. If set to `true`, the debris will dissapear when `debris_max_time` is over. |
0 commit comments