Format TexturePacker atlas changes

This commit is contained in:
gem
2026-06-09 12:51:16 +08:00
parent 38f6e0c0c9
commit 638ea22562
2 changed files with 7 additions and 4 deletions

View File

@@ -237,8 +237,7 @@ class RuntimeNode {
asset: _stringProp(props, RuntimeProtocolField.asset) ?? asset,
frame: _stringProp(props, RuntimeProtocolField.frame) ?? frame,
pressedFrame:
_stringProp(props, RuntimeProtocolField.pressedFrame) ??
pressedFrame,
_stringProp(props, RuntimeProtocolField.pressedFrame) ?? pressedFrame,
disabledFrame:
_stringProp(props, RuntimeProtocolField.disabledFrame) ??
disabledFrame,