Updated How do I get physics?.md (markdown)
commited
commit
972cdfa0dd0151d4eb9c9cf43fd078244bc789ff
... | ... | @@ -1,3 +1,3 @@ |
1 | The inventory's Gadget folder has a Box and a Ball block 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's Gadget folder has a [[Box]] and a [[Ball]] block 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 | 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 and a `0,0,0` Force input will make that object physical while having no other effect.
|
|
4 | 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. |