Updated How do I get physics?.md (markdown)
commited
commit
9d6c8b3ae58ee8774ebadf74449f7a6640e67ab5
... | ... | @@ -1,3 +1,3 @@ |
1 | The inventory has a Physics Box and a Physics Sphere with physics. You can make new custom blocks based on them, and any object that has at least one physics block will get physics as soon as you tap Play. |
|
1 | The inventory has a Templates folder with a Physics Box and a Physics Sphere with physics. You can make new custom blocks based on them, and any object that has at least one physics block will get physics as soon as you tap Play. |
|
2 | 2 | |
3 | 3 | In addition, physics script blocks will add physics to the object, if it wasn't already physical. You can use this to make an object physical even after the game already started playing. E.g. [[Add Force]] with an object input will make that object physical while having no other effects. |