12345678910111213 |
- contribution guide:
- To keep things neat and tidy across the game/server here are a few style guidelines to keep in mind.
- 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.
- Textures should all be 32px.
- Models should be built to a 16th grid with 32px textures. Angles are okay, but shouldn't be overdone.
- Mobs should be built of boxes rotated as needed.
- This will probably get more clarification in the future. I just wanted to get something put together sooner rather than later.
|