mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-16 04:13:50 +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)
|
if (m_exporter)
|
||||||
m_exporter->setTextureHeight(strtol(value.value().c_str(), NULL, 0));
|
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()) {
|
else if (opt == &m_options.sheetType()) {
|
||||||
if (value.value() == "horizontal")
|
if (value.value() == "horizontal")
|
||||||
sheetType = SpriteSheetType::Horizontal;
|
sheetType = SpriteSheetType::Horizontal;
|
||||||
|
Loading…
Reference in New Issue
Block a user