[nostalgia/gfx/studio] Remove accidental version tag in default Palette
All checks were successful
Build / build (push) Successful in 3m23s
All checks were successful
Build / build (push) Successful in 3m23s
This commit is contained in:
parent
762a6517b2
commit
672b92b363
@ -24,7 +24,7 @@ static class: public studio::Module {
|
||||
out.emplace_back(ox::make<studio::ItemMakerT<TileSheet>>("Tile Sheet", "TileSheets", FileExt_ng));
|
||||
out.emplace_back(ox::make<studio::ItemMakerT<Palette>>("Palette", "Palettes", FileExt_npal, Palette{
|
||||
.colorNames = {},
|
||||
.pages = {{"Page 1", ox::Vector<PaletteColorV1>{}}},
|
||||
.pages = {{"Page 1", ox::Vector<PaletteColor>{}}},
|
||||
}, ox::ClawFormat::Organic));
|
||||
return out;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user