Skip to content

Box Block

Cort edited this page Dec 20, 2020 · 3 revisions

This page is deprecated. Please use https://github.com/QuirkyCort/gears/wiki/Dumb-Blocks instead.

This simply adds a dumb box. The box will have a physical body (ie. it can collide with other objects), and that's pretty much it.

Configurations

Default values are shown below.

"type": "Box",
"options": {
  "height": 1,
  "width": 1,
  "depth": 1
}
Clone this wiki locally