mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +00:00
Add TODO for --sheet-type
This commit is contained in:
parent
b427969b26
commit
9e47b07219
@ -183,7 +183,11 @@ void CliProcessor::process(Context* ctx)
|
||||
if (m_exporter)
|
||||
m_exporter->setTextureHeight(strtol(value.value().c_str(), NULL, 0));
|
||||
}
|
||||
// --sheet-pack
|
||||
// --sheet-type <sheet-type>
|
||||
// TODO Implement this parameter (never documented, but it's
|
||||
// shown in --help), anyway some work needed to move the
|
||||
// sprite sheet size calculation from ExportSpriteSheetCommand
|
||||
// to DocExporter
|
||||
else if (opt == &m_options.sheetType()) {
|
||||
if (value.value() == "horizontal")
|
||||
sheetType = SpriteSheetType::Horizontal;
|
||||
|
Loading…
Reference in New Issue
Block a user