Feature Overview
ECPALT()
set transparency from palette table.
- Transparency is reset at each function execution.
- If the value of the "color id key" in the palette table is 0, the palette becomes transparent.
- The palette that was made black by
MKPAL()
can be used as transparent as it is. - The format is redundant due to the specification to match
MKPAL()
. - This function consumes 20 Token.
-- Make 6, 7, and 13 transparent. ecpalt({[6]=0,[7]=0,[13]=0}) spr(1,16,32,2,2) |
This function will be included in the next version(0.14.0) of KNUTIL library.
release note
[Please log in to post a comment]