mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Remove features that aren't supported in .anim format
This commit is contained in:
parent
3a8c90e952
commit
f9dfe347b1
@ -39,9 +39,7 @@ class PixlyFormat : public FileFormat {
|
||||
FILE_SUPPORT_RGB |
|
||||
FILE_SUPPORT_RGBA |
|
||||
FILE_SUPPORT_LAYERS |
|
||||
FILE_SUPPORT_FRAMES |
|
||||
FILE_SUPPORT_BIG_PALETTES |
|
||||
FILE_SUPPORT_PALETTE_WITH_ALPHA;
|
||||
FILE_SUPPORT_FRAMES;
|
||||
}
|
||||
|
||||
bool onLoad(FileOp* fop) override;
|
||||
|
Loading…
Reference in New Issue
Block a user