readme.txt 678 B

123456789101112131415
  1. This mod allows for easily registering paintings and other decorative nodes.
  2. Use one of the three functions to register your artwork.
  3. artwork.register_full(name, desc)
  4. artwork.register_landscape(name, desc)
  5. artwork.register_portrait(name, desc)
  6. where name is the node and texture name and desc is the node description.
  7. Texture should be provided as a 64x64 px image with details no smaller than 50px in either direction.
  8. _full will register a node that is 2x2, centered to a single node, so it overlaps the surrounding nodes.
  9. _landscape registers a node that is 1.5x2 also centered to a single node.
  10. _portrait registers a node that is 2x1.5, also centered to a single node.