summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2016-04-21 21:54:30 +0200
committerparamat <mat.gregory@virginmedia.com>2016-04-25 06:39:32 +0100
commit31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2 (patch)
treec36aa4db1bf6eb6b1e6041e5093ef909332e782c /doc
parent46da0e8b3b7ac9f833b660afd34b24095531bcb0 (diff)
downloadminetest-31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2.tar.gz
minetest-31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2.tar.bz2
minetest-31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2.zip
tile.cpp: Automatically upscale lower resolution texture
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index fdc736906..47624496b 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -243,6 +243,7 @@ Example:
default_dirt.png^default_grass_side.png
`default_grass_side.png` is overlayed over `default_dirt.png`.
+The texture with the lower resolution will be automatically upscaled to the higher resolution texture.
### Texture grouping
Textures can be grouped together by enclosing them in `(` and `)`.