contribution guide.txt 699 B

12345678910111213
  1. contribution guide:
  2. To keep things neat and tidy across the game/server here are a few style guidelines to keep in mind.
  3. Codestyle stays fairly true to Minetest Game, 90 line widths, three space indentation. I usually use single quotes. I can always change from tabs to spaces easily enough on any submissions. This part really isn't super important, as you don't see code when playing.
  4. Textures should all be 32px.
  5. Models should be built to a 16th grid with 32px textures. Angles are okay, but shouldn't be overdone.
  6. Mobs should be built of boxes rotated as needed.
  7. This will probably get more clarification in the future. I just wanted to get something put together sooner rather than later.