feat: 노드 맵 UI 강화 — 아이콘 노드 + 다크 배경 (nodeicons.json 외부화) #58
@@ -7,5 +7,5 @@
|
|||||||
"rest": "b86c1b0568bd45f3ae4a4b97e1b4a594",
|
"rest": "b86c1b0568bd45f3ae4a4b97e1b4a594",
|
||||||
"treasure": "f8a6d58e20f54e2ca899485055df1ce4"
|
"treasure": "f8a6d58e20f54e2ca899485055df1ce4"
|
||||||
},
|
},
|
||||||
"background": "d84241f17de344a097f5b96ac914f1d2"
|
"background": "ef89906dd9844fcbaafc0b2313812eca"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1698,7 +1698,7 @@ function upsertUi() {
|
|||||||
displayOrder: 0,
|
displayOrder: 0,
|
||||||
components: [
|
components: [
|
||||||
transform({ parentW: 1920, parentH: 1080, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 1920, y: 1080 }, pos: { x: 0, y: 0 }, align: ALIGN_CENTER }),
|
transform({ parentW: 1920, parentH: 1080, anchor: { x: 0.5, y: 0.5 }, pivot: { x: 0.5, y: 0.5 }, size: { x: 1920, y: 1080 }, pos: { x: 0, y: 0 }, align: ALIGN_CENTER }),
|
||||||
sprite({ dataId: NODEICONS.background, color: { r: 1, g: 1, b: 1, a: 1 }, type: 0, raycast: false }),
|
sprite({ dataId: NODEICONS.background, color: { r: 0.5, g: 0.52, b: 0.58, a: 1 }, type: 0, raycast: false }),
|
||||||
],
|
],
|
||||||
}));
|
}));
|
||||||
map.push(entity({
|
map.push(entity({
|
||||||
|
|||||||
@@ -34868,7 +34868,7 @@
|
|||||||
"AnimClipPlayType": 0,
|
"AnimClipPlayType": 0,
|
||||||
"EndFrameIndex": 2147483647,
|
"EndFrameIndex": 2147483647,
|
||||||
"ImageRUID": {
|
"ImageRUID": {
|
||||||
"DataId": "d84241f17de344a097f5b96ac914f1d2"
|
"DataId": "ef89906dd9844fcbaafc0b2313812eca"
|
||||||
},
|
},
|
||||||
"LocalPosition": {
|
"LocalPosition": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
@@ -34883,9 +34883,9 @@
|
|||||||
"PreserveSprite": 0,
|
"PreserveSprite": 0,
|
||||||
"StartFrameIndex": 0,
|
"StartFrameIndex": 0,
|
||||||
"Color": {
|
"Color": {
|
||||||
"r": 1,
|
"r": 0.5,
|
||||||
"g": 1,
|
"g": 0.52,
|
||||||
"b": 1,
|
"b": 0.58,
|
||||||
"a": 1
|
"a": 1
|
||||||
},
|
},
|
||||||
"DropShadow": false,
|
"DropShadow": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user