mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add [resize texture modifier Resizes the texture to the given dimensions.
This commit is contained in:
parent
95446f4b6d
commit
53e9587861
2 changed files with 32 additions and 1 deletions
|
@ -279,6 +279,13 @@ Example:
|
|||
|
||||
[combine:16x32:0,0=default_cobble.png:0,16=default_wood.png
|
||||
|
||||
#### `[resize:<w>x<h>`
|
||||
Resizes the texture to the given dimensions.
|
||||
|
||||
Example:
|
||||
|
||||
default_sandstone.png^[resize:16x16
|
||||
|
||||
#### `[brighten`
|
||||
Brightens the texture.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue