Skip to content

Commit e7bc6d2

Browse files
authored
feat: update yongpyong webcam (#56)
1 parent 2e3a557 commit e7bc6d2

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

src/entities/slope/model/resorts/yongpyong.tsx

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,19 @@ export const YONGPYONG: ResortConstant = {
9292
{
9393
id: 1,
9494
key: '발왕산 스카이워크',
95-
position: [3, 54],
95+
position: [3, 53],
9696
scale: 2,
9797
},
9898
{
9999
id: 2,
100-
key: '발왕산 천년주목숲길(동쪽)',
101-
position: [2, 63],
100+
key: '발왕산 천년주목숲길',
101+
position: [11, 54],
102102
scale: 2,
103103
},
104104
{
105105
id: 3,
106106
key: '옐로우 슬로프',
107-
position: [71, 37],
107+
position: [74, 45],
108108
scale: 2,
109109
},
110110
{
@@ -115,13 +115,43 @@ export const YONGPYONG: ResortConstant = {
115115
},
116116
{
117117
id: 5,
118-
key: '베이스전경/레드 슬로프',
119-
position: [60, 26],
118+
key: '메가그린 슬로프',
119+
position: [70, 58],
120120
scale: 2,
121121
},
122122
{
123123
id: 6,
124-
key: '모나용평진입로',
124+
key: '골드 슬로프 전경',
125+
position: [60, 20],
126+
scale: 2,
127+
},
128+
{
129+
id: 7,
130+
key: '골드 슬로프 정상',
131+
position: [22, 30],
132+
scale: 2,
133+
},
134+
{
135+
id: 8,
136+
key: '베이스전경 / 레드 슬로프',
137+
position: [77, 32],
138+
scale: 2,
139+
},
140+
{
141+
id: 9,
142+
key: '레인보우 전경',
143+
position: [45, 82],
144+
scale: 2,
145+
},
146+
{
147+
id: 10,
148+
key: '레인보우 정상',
149+
position: [17, 65],
150+
scale: 2,
151+
},
152+
{
153+
id: 11,
154+
key: '모나 용평 진입로',
125155
position: [86, 26],
126156
scale: 2,
127157
},

0 commit comments

Comments
 (0)