feat: 노드 맵 UI 강화 — 아이콘 노드 + 다크 배경 (nodeicons.json 외부화) #58

Merged
maple merged 7 commits from feature/node-map-ui into main 2026-06-15 23:05:27 +09:00
3 changed files with 6 additions and 6 deletions
Showing only changes of commit 6c35d959ac - Show all commits

View File

@@ -7,5 +7,5 @@
"rest": "b86c1b0568bd45f3ae4a4b97e1b4a594",
"treasure": "f8a6d58e20f54e2ca899485055df1ce4"
},
"background": "d84241f17de344a097f5b96ac914f1d2"
"background": "ef89906dd9844fcbaafc0b2313812eca"
}

View File

@@ -1698,7 +1698,7 @@ function upsertUi() {
displayOrder: 0,
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 }),
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({

View File

@@ -34868,7 +34868,7 @@
"AnimClipPlayType": 0,
"EndFrameIndex": 2147483647,
"ImageRUID": {
"DataId": "d84241f17de344a097f5b96ac914f1d2"
"DataId": "ef89906dd9844fcbaafc0b2313812eca"
},
"LocalPosition": {
"x": 0,
@@ -34883,9 +34883,9 @@
"PreserveSprite": 0,
"StartFrameIndex": 0,
"Color": {
"r": 1,
"g": 1,
"b": 1,
"r": 0.5,
"g": 0.52,
"b": 0.58,
"a": 1
},
"DropShadow": false,