feat(node-groups): monster-slots.json 을 그룹별 좌표 구조로

This commit is contained in:
2026-06-10 21:36:42 +09:00
parent 59c699c04b
commit 271a7991d1

View File

@@ -1,6 +1,20 @@
[ {
{ "x": 430, "y": 140 }, "combat": [
{ "x": 600, "y": 140 }, { "x": 430, "y": 140 },
{ "x": 770, "y": 140 }, { "x": 600, "y": 140 },
{ "x": 900, "y": 140 } { "x": 770, "y": 140 },
] { "x": 900, "y": 140 }
],
"elite": [
{ "x": 430, "y": 160 },
{ "x": 650, "y": 160 },
{ "x": 850, "y": 160 },
{ "x": 980, "y": 160 }
],
"boss": [
{ "x": 520, "y": 200 },
{ "x": 760, "y": 160 },
{ "x": 940, "y": 150 },
{ "x": 1040, "y": 150 }
]
}