fix: crossFadeTween didn't scale correctly when endTexture null
Showing 1 of 7 files from the diff.
Other files ignored by Codecov
CHANGELOG.md
has changed.
core/src/main/lua/builtin/script/vn/tween.lua
has changed.
core/src/main/lua/builtin/script/vn/image.lua
has changed.
build.gradle
has changed.
@@ -77,7 +77,7 @@
Loading
77 | 77 | * |
|
78 | 78 | * @param args |
|
79 | 79 | * <ol> |
|
80 | - | * <li>Texture or filename |
|
80 | + | * <li>Texture or filename or {@code nil} |
|
81 | 81 | * </ol> |
|
82 | 82 | * @return The newly created texture renderer. |
|
83 | 83 | * @throws ScriptException If the input parameters are invalid. |
@@ -215,7 +215,7 @@
Loading
215 | 215 | /** |
|
216 | 216 | * @param args |
|
217 | 217 | * <ol> |
|
218 | - | * <li>filename |
|
218 | + | * <li>filename or texture or {@code nil} |
|
219 | 219 | * <li>(optional) boolean suppressErrors |
|
220 | 220 | * </ol> |
|
221 | 221 | * @return A texture object, or {@code null} if the requested texture couldn't be loaded. |
Files | Complexity | Coverage |
---|---|---|
api/src/main/java/nl/weeaboo/vn | 91.53% | 96.76% |
buildtools/src/main/java/nl/weeaboo/vn/buildtools | 83.33% | 89.43% |
core/src/main/java/nl/weeaboo/vn | 82.27% | 86.43% |
Project Totals (369 files) | 83.16% | 87.49% |
699163474
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.