readme.txt 464 B

1234567891011121314
  1. The decals mod allows you to easily add decals with a single function.
  2. Decals can be placed in any orientation. Cycle through the different colors by right or left clicking.
  3. decals.register_decal(name, desc)
  4. the name variable is the internal name of the node, also it is the name of the texture.
  5. the desc is the node description.
  6. example:
  7. decals.register_decal('sample', 'This is a sample decal')
  8. The texture in this example should be named decals_sample.png