Skip to content

Commit 336cb27

Browse files
committed
Update README
1 parent 2b97c20 commit 336cb27

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ The reason for organizing it this way is because then you can add particles (`Pa
5656

5757
| Name | Type | Description |
5858
| --- | --- | --- |
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. |
6066

6167
### Collision layers
6268

0 commit comments

Comments
 (0)