Closed qdpy closed 4 months ago
I'm adding a signed_texture parameter in the skin retrieval process, which avoids an API call. For this, I use signed_texture:texture;signature in the skin retrieval.
signed_texture
signed_texture:texture;signature
Technically you could just add 2-arg support to texture.
texture
I'm adding a
signed_texture
parameter in the skin retrieval process, which avoids an API call. For this, I usesigned_texture:texture;signature
in the skin retrieval.