Replace dead information
commited
commit
2b503349252088e08ad5a08ee4b7835d4a67d4e6
... | ... | @@ -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 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. |
|
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. |