mirror of
https://github.com/smogon/sprites.git
synced 2026-03-21 17:35:13 -05:00
add compression options for spritesheets
This commit is contained in:
parent
35e92d23b6
commit
adb0df42a4
|
|
@ -79,6 +79,7 @@ There are src-specific versions of these settings:
|
|||
- `CONFIG_TRAINERS_<PROGRAM>`: Compression options for `trainers/` only.
|
||||
- `CONFIG_DEX_<PROGRAM>`: Compression options for `dex/` only.
|
||||
- `CONFIG_MODELS_<PROGRAM>`: Compression options for `models/` only.
|
||||
- `CONFIG_SPRITESHEET_<PROGRAM>`: Compression options for spritesheets only.
|
||||
|
||||
For example, these settings reflect the compression settings for the files chaos uploaded in `src/`:
|
||||
```
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ tup.rule(
|
|||
makecmd{
|
||||
display="pokemonicons-pokeball-sheet",
|
||||
[[
|
||||
convert -background transparent -gravity center -extent 40x30 %f +append %o
|
||||
]]
|
||||
convert -background transparent -gravity center -extent 40x30 %f +append %o]],
|
||||
compresspng{config="SPRITESHEET"}
|
||||
},
|
||||
{"build/ps/pokemonicons-pokeball-sheet.png"}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user