projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da34a2b
)
Fix documentation for texture override face selector behaviour
author
est31
<MTest31@outlook.com>
Wed, 20 May 2015 17:58:27 +0000
(19:58 +0200)
committer
est31
<MTest31@outlook.com>
Wed, 20 May 2015 17:58:27 +0000
(19:58 +0200)
doc/texture_overrides.txt
patch
|
blob
|
history
diff --git
a/doc/texture_overrides.txt
b/doc/texture_overrides.txt
index 55959118417320cd2d62f90adae2d3992ca036d6..1a4e11a3ceed02fe1acd0261223e8e909e04a86a 100644
(file)
--- a/
doc/texture_overrides.txt
+++ b/
doc/texture_overrides.txt
@@
-29,7
+29,7
@@
Face Selectors
| right | x+ |
| front | z- |
| back | z+ |
-| top |
z
+ |
-| bottom |
z
- |
+| top |
y
+ |
+| bottom |
y
- |
| sides | x-, x+, z-, z+ |
| all | All faces. You can also use '*' instead of 'all'. |