diff options
author | SmallJoker <mk939@ymail.com> | 2016-04-21 21:54:30 +0200 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2016-04-25 06:39:32 +0100 |
commit | 31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2 (patch) | |
tree | c36aa4db1bf6eb6b1e6041e5093ef909332e782c /doc/lua_api.txt | |
parent | 46da0e8b3b7ac9f833b660afd34b24095531bcb0 (diff) | |
download | minetest-31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2.tar.gz minetest-31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2.tar.bz2 minetest-31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2.zip |
tile.cpp: Automatically upscale lower resolution texture
Diffstat (limited to 'doc/lua_api.txt')
-rw-r--r-- | doc/lua_api.txt | 1 |
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 `)`. |