From 31c1fca6fd5e200c4f4b24d7ba62b36a16494ed2 Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Thu, 21 Apr 2016 21:54:30 +0200 Subject: tile.cpp: Automatically upscale lower resolution texture --- doc/lua_api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') 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 `)`. -- cgit v1.2.3