minetest_game/mods/doors
Auke Kok 322967d2d1 Better trapdoor side appearance.
We're using a normal wooden side texture to draw the sides
of trapdoors. But the side textures have only 2 edges that
have a nice texture for the 2px wide trapdoor. We can
either repaint the textures, or just rotate the texture
properly for the two sides that need it.

Because the side texture for wooden doors was just a default:wood
texture, it clashes with the colors in the trapdoor, and so
we add a wooden trapdoor-matching tile side texture as well.

This also improves the steel trapdoor side, but without a
texture change there since that was already a specially
drawn texture for that node.

We also increase the thickness of the trapdoor to 2px. Right
now the model is 0.4 large, but this causes the side textures
to look odd as there's a mismatch in pixel size. By scaling the
trapdoor side up to exactly 2px, the sides look natural.

Thanks to @kilbith for the suggestion.
2016-01-20 22:17:25 +00:00
..
sounds Fix door volume level. 2015-12-28 21:41:15 +00:00
textures Better trapdoor side appearance. 2016-01-20 22:17:25 +00:00
README.txt Better trapdoor side appearance. 2016-01-20 22:17:25 +00:00
depends.txt Make doors not depend on screwdriver. 2015-05-14 14:24:14 +02:00
init.lua Better trapdoor side appearance. 2016-01-20 22:17:25 +00:00

README.txt

Minetest Game mod: doors
========================
version: 1.3

License of source code:
-----------------------
Copyright (C) 2012 PilzAdam
modified by BlockMen (added sounds, glassdoors[glass, obsidian glass], trapdoor)
Steel trapdoor added by sofar.

This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.

License of textures
--------------------------------------
following Textures created by Fernando Zapata (CC BY-SA 3.0):
  door_wood.png
  door_wood_a.png
  door_wood_a_r.png
  door_wood_b.png
  door_wood_b_r.png

following Textures created by BlockMen (WTFPL):
  door_trapdoor.png
  door_obsidian_glass_side.png

following textures created by celeron55 (CC BY-SA 3.0):
  door_glass_a.png
  door_glass_b.png

following Textures created by PenguinDad (CC BY-SA 4.0):
  door_glass.png
  door_obsidian_glass.png

following textures created by sofar (CC-BY-SA-3.0)
  doors_trapdoor_steel.png
  doors_trapdoor_steel_side.png
  door_trapdoor_side.png

All other textures (created by PilzAdam): WTFPL


License of sounds
--------------------------------------
Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
  door_open.ogg
Closing-Sound created by bennstir (CC BY 3.0)
  door_close.ogg