fix(node-map): 루트 불투명 다크 배경 + BgImage 자식(스프라이트 RUID만 렌더)

메이플 BackgroundComponent 리소스는 UI 스프라이트로 안 떠서 배경 이미지 미표시 → 루트를 불투명 다크로 깔아 월드 누출 방지, BgImage 자식에 background RUID(유효 스프라이트면 표시). 노드 아이콘·상태 틴트는 정상 검증.
This commit is contained in:
2026-06-15 14:35:38 +09:00
parent 5b41eb78a4
commit b1d0af311a
2 changed files with 22 additions and 20 deletions

View File

@@ -34727,7 +34727,7 @@
"AnimClipPlayType": 0,
"EndFrameIndex": 2147483647,
"ImageRUID": {
"DataId": "d84241f17de344a097f5b96ac914f1d2"
"DataId": ""
},
"LocalPosition": {
"x": 0,
@@ -34742,9 +34742,9 @@
"PreserveSprite": 0,
"StartFrameIndex": 0,
"Color": {
"r": 1,
"g": 1,
"b": 1,
"r": 0.06,
"g": 0.07,
"b": 0.11,
"a": 1
},
"DropShadow": false,
@@ -34774,8 +34774,8 @@
"a": 1
},
"OutlineWidth": 3,
"RaycastTarget": false,
"Type": 0,
"RaycastTarget": true,
"Type": 1,
"Enable": true
}
],
@@ -34784,11 +34784,11 @@
},
{
"id": "0cd003de-0000-4000-8000-00000cd003de",
"path": "/ui/DefaultGroup/MapHud/Overlay",
"path": "/ui/DefaultGroup/MapHud/BgImage",
"componentNames": "MOD.Core.UITransformComponent,MOD.Core.SpriteGUIRendererComponent",
"jsonString": {
"name": "Overlay",
"path": "/ui/DefaultGroup/MapHud/Overlay",
"name": "BgImage",
"path": "/ui/DefaultGroup/MapHud/BgImage",
"nameEditable": true,
"enable": true,
"visible": true,
@@ -34868,7 +34868,7 @@
"AnimClipPlayType": 0,
"EndFrameIndex": 2147483647,
"ImageRUID": {
"DataId": ""
"DataId": "d84241f17de344a097f5b96ac914f1d2"
},
"LocalPosition": {
"x": 0,
@@ -34883,10 +34883,10 @@
"PreserveSprite": 0,
"StartFrameIndex": 0,
"Color": {
"r": 0.04,
"g": 0.05,
"b": 0.09,
"a": 0.5
"r": 1,
"g": 1,
"b": 1,
"a": 1
},
"DropShadow": false,
"DropShadowAngle": 30,
@@ -34915,8 +34915,8 @@
"a": 1
},
"OutlineWidth": 3,
"RaycastTarget": true,
"Type": 1,
"RaycastTarget": false,
"Type": 0,
"Enable": true
}
],