mirror of
https://github.com/smogon/sprites.git
synced 2026-08-28 20:56:45 -05:00
reenable dex padding
This commit is contained in:
22
Tupfile.lua
22
Tupfile.lua
@@ -103,19 +103,15 @@ foreach_rule{
|
||||
|
||||
-- Padded Dex
|
||||
|
||||
-- foreach_rule{
|
||||
-- display="pad dex %f",
|
||||
-- input="src/%{canon}/dex/%{dir}/*",
|
||||
-- command={
|
||||
-- pad{w=120, h=120},
|
||||
-- compresspng{config="DEX"}
|
||||
-- },
|
||||
-- output="build/padded-dex/%{canon}/%{dir}/%b",
|
||||
-- dimensions={
|
||||
-- canon={"canonical", "cap"},
|
||||
-- dir={"front", "front-cosmetic", "front-shiny", "front-shiny-cosmetic"}
|
||||
-- }
|
||||
-- }
|
||||
foreach_rule{
|
||||
display="pad dex %f",
|
||||
input="newsrc/dex/*",
|
||||
command={
|
||||
pad{w=120, h=120},
|
||||
compresspng{config="DEX"}
|
||||
},
|
||||
output="build/padded-dex/%b",
|
||||
}
|
||||
|
||||
-- Build missing CAP dex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user