Fix nine-slice seams and inherited alpha

This commit is contained in:
gem
2026-06-09 13:52:07 +08:00
parent 638ea22562
commit 4ce5fe1ae7
4 changed files with 156 additions and 4 deletions

View File

@@ -3,6 +3,8 @@
## Unreleased
- Added TexturePacker frame, manual source-region, and nine-slice image rendering fields for image-capable nodes.
- Fixed nine-slice image seams by overlapping destination slices during runtime rendering.
- Fixed Runtime alpha inheritance so parent fade commands apply to the full child subtree.
- Added Runtime text shadow fields for text-capable nodes.
- Fixed Runtime node color alpha composition so `#AARRGGBB` alpha now multiplies with node/runtime alpha instead of being overwritten.