Releases: Next2D/player
Releases Β· Next2D/player
1.11.6
- Optimize internal cache configuration.
1.11.4
[bugfix]
- Set the initial color of the Image returned to the NoCode Tool to be colorless and transparent.
- Added processing when texture is null in the dispose function.
1.11.3
[update]
- Modified Bitmap linking process with NoCode Tool
- Asynchronous cache deletion timing
- Implemented dispose for NoCode Tool, modified processing of toImage that crashes in NoCode
1.11.2
[bugfix]
- Fixed a bug in the processing of loops.
1.11.1
[bugfix]
- Fixed a bug in the processing of loops.
1.11.0
[update]
- Added ability to control MovieClip loop settings.
1.10.1
[update]
- Streamline caching of Shape Class created with the NoCode Tool.
1.10.0
[bugfix]
[update]
- Modified to receive 9slice from NoCode Tool
1.9.0
[update]
- Add Stage width and height types.
- stageWidth/stageHeight
- canvasWidth/canvasHeight
- currentStageWidth/currentStageHeight
1.8.3
[bugfix]
- Correct mouseX,Y when in full screen.