Skip to content

Commit e3caef9

Browse files
committed
feat: add slope and webcam
1 parent f95fcf2 commit e3caef9

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,53 +8,53 @@ export const ALPENSIA: ResortConstant = {
88
MapComponent: MapImage,
99
slopes: [
1010
{
11-
id: 0,
11+
id: 155,
1212
PathAsset: Slope.AlphaPath,
1313
},
1414
{
15-
id: 0,
15+
id: 156,
1616
PathAsset: Slope.BravoPath,
1717
},
1818
{
19-
id: 0,
19+
id: 157,
2020
PathAsset: Slope.CharliePath,
2121
},
2222
{
23-
id: 0,
23+
id: 158,
2424
PathAsset: Slope.DeltaPath,
2525
},
2626
{
27-
id: 0,
27+
id: 159,
2828
PathAsset: Slope.EchoPath,
2929
},
3030
{
31-
id: 0,
31+
id: 160,
3232
PathAsset: Slope.FoxtrotPath,
3333
},
3434
],
3535
webcams: [
3636
{
3737
id: 1,
38-
key: '',
39-
position: [0, 0],
38+
key: '알펜시아 1',
39+
position: [50, 42],
4040
scale: 1,
4141
},
4242
{
4343
id: 2,
44-
key: '',
45-
position: [0, 0],
44+
key: '알펜시아 1',
45+
position: [78, 14],
4646
scale: 1,
4747
},
4848
{
4949
id: 3,
50-
key: '',
51-
position: [0, 0],
50+
key: '알펜시아 1',
51+
position: [75, 29],
5252
scale: 1,
5353
},
5454
{
5555
id: 4,
56-
key: '',
57-
position: [0, 0],
56+
key: '알펜시아 1',
57+
position: [88, 58],
5858
scale: 1,
5959
},
6060
],

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,41 +8,41 @@ export const OAKVALLEY: ResortConstant = {
88
MapComponent: MapImage,
99
slopes: [
1010
{
11-
id: 0,
12-
PathAsset: Slope.GSlopePath,
13-
},
14-
{
15-
id: 0,
11+
id: 161,
1612
PathAsset: Slope.ISlopePath,
1713
},
1814
{
19-
id: 0,
15+
id: 162,
2016
PathAsset: Slope.FSlopePath,
2117
},
18+
{
19+
id: 163,
20+
PathAsset: Slope.GSlopePath,
21+
},
2222
],
2323
webcams: [
2424
{
2525
id: 1,
26-
key: '',
27-
position: [0, 0],
26+
key: '스노우파크 옥탑',
27+
position: [74, 70],
2828
scale: 1,
2929
},
3030
{
3131
id: 2,
32-
key: '',
33-
position: [0, 0],
32+
key: 'F 슬로프 전경',
33+
position: [42, 45],
3434
scale: 1,
3535
},
3636
{
3737
id: 3,
38-
key: '',
39-
position: [0, 0],
38+
key: 'G 슬로프 전경',
39+
position: [44, 75],
4040
scale: 1,
4141
},
4242
{
4343
id: 4,
44-
key: '',
45-
position: [0, 0],
44+
key: 'I 슬로프 전경',
45+
position: [64, 40],
4646
scale: 1,
4747
},
4848
],

0 commit comments

Comments
 (0)