mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 04:48:16 +00:00
Reorder WEBP export mode before other similar.
This commit is contained in:
@@ -56,6 +56,10 @@ public enum MorphShapeExportMode {
|
||||
* BMP individual frames - Windows Bitmap
|
||||
*/
|
||||
BMP_FRAMES(false, true),
|
||||
/**
|
||||
* WEBP
|
||||
*/
|
||||
WEBP(true, false),
|
||||
/**
|
||||
* WEBP start and end frames
|
||||
*/
|
||||
@@ -75,12 +79,7 @@ public enum MorphShapeExportMode {
|
||||
/**
|
||||
* SWF - Shockwave Flash
|
||||
*/
|
||||
SWF(true, false),
|
||||
|
||||
/**
|
||||
* WEBP
|
||||
*/
|
||||
WEBP(true, false);
|
||||
SWF(true, false);
|
||||
|
||||
/**
|
||||
* Whether this mode requires total duration in seconds
|
||||
|
||||
Reference in New Issue
Block a user