mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-02 18:44:37 +00:00
Canvas export - character type names, better image handling, indentation, faster library generation
This commit is contained in:
@@ -172,8 +172,7 @@ public class Timeline {
|
||||
|
||||
|
||||
public String toHtmlCanvas(double unitDivisor,List<Integer> frames){
|
||||
// SWF.framesToHtmlCanvas(unitDivisor, null, null, this, frames, id, null, frameRate, displayRect, null, Color.darkGray, id)r
|
||||
return null;
|
||||
return SWF.framesToHtmlCanvas(unitDivisor, this, frames, 0, null, 0, displayRect, new ColorTransform(),null);
|
||||
}
|
||||
|
||||
public void getSounds(int frame, int time, DepthState stateUnderCursor, int mouseButton, List<Integer> sounds, List<String> soundClasses) {
|
||||
|
||||
Reference in New Issue
Block a user