You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.
A preprend filter would add a given number of a character to a sprite. This would be useful to shift sprites without having to change the original sprite. The arguments would be the character you want to prepend and the number of times you want it to be prepended. As an example: "Filter": ["0", 64]
would add the character 0 64 times before the start of a sprite.
The text was updated successfully, but these errors were encountered:
A preprend filter would add a given number of a character to a sprite. This would be useful to shift sprites without having to change the original sprite. The arguments would be the character you want to prepend and the number of times you want it to be prepended. As an example:
"Filter": ["0", 64]
would add the character 0 64 times before the start of a sprite.
The text was updated successfully, but these errors were encountered: