Permalink
2 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add an [opacity:<r> texture modifier. Makes the base image transparen…
…t according to the given ratio. r must be between 0 and 255. 0 means totally transparent. 255 means totally opaque. Useful for texture overlaying.
- Loading branch information
Showing
with
40 additions
and 0 deletions.
- +10 −0 doc/lua_api.txt
- +30 −0 src/client/tile.cpp
This comment has been minimized.
@nerzhul can you please make commit messages multiline when pushing them? single lines are very annoying. Otherwise thanks for the review + merge.
This comment has been minimized.
@est31 noted&