1.1.2 • Published 9 years ago

craft-bed v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

craft-bed

Parameterized bed model.

Usage

<craft>
    <craft name="bed" module="craft-bed"/>
    <bed></bed>
</craft>

Parameters

  • width: adjusts width of bed
    • default: 40
  • length: adjusts length of bed
    • default: 75
  • mattressHeight: adjusts height of mattress
    • default: 10
  • legHeight: adjusts height of frame legs
    • default: 8
  • headRound: adjusts between rounded and standard headboard
    • 0 = standard, 1 = rounded (default)
  • bedFrame: adjusts between mattress only and mattress + frame
    • 0 = mattress, 1 = mattress + frame (default)

Example

<craft>
    <craft name="bed" module="craft-bed"/>
    <row spacing="2">
        <bed width="76" length="80" headRound="0"></bed>
        <bed></bed>
    </row>
</craft>

example

1.1.2

9 years ago

1.1.1

9 years ago

1.0.0

9 years ago