1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

tile.cpp: Automatically upscale lower resolution texture

This commit is contained in:
SmallJoker 2016-04-21 21:54:30 +02:00 committed by paramat
parent 46da0e8b3b
commit 31c1fca6fd
2 changed files with 23 additions and 1 deletions

View file

@ -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 `)`.