Skip to content

Commit

Permalink
Remove: 高校棟地下一階を抹消
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoSquirrels committed Sep 18, 2022
1 parent 4513437 commit e59eea8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
21 changes: 3 additions & 18 deletions components/map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,20 +154,6 @@ export const MAPS = [
],
texts: [],
},
{
id: "hs-b1",
name: "高校棟地下1階",
alt:
"アリーナの反対側に女子トイレがあります。展示等はありません。" +
"アリーナと繋がっています。",
maps: [
{ id: "hs-f1", x: 21, y: 5 },
{ id: "hs-f1", x: 41, y: 95 },
{ id: "arena", x: 13, y: 100 },
],
orgs: [],
texts: [],
},
{
id: "hs-f1",
name: "高校棟1階",
Expand All @@ -176,9 +162,8 @@ export const MAPS = [
"高校棟前には浅野ザ・ベストの投票所があります。",
maps: [
{ id: "asano", x: 25, y: 69 },
{ id: "hs-b1", x: 47, y: 6 },
{ id: "hs-b1", x: 61, y: 97 },
{ id: "hs-f2", x: 47, y: 3 },
{ id: "arena", x: 61, y: 97 },
{ id: "hs-f2", x: 47, y: 5 },
{ id: "hs-f2", x: 61, y: 94 },
],
orgs: [
Expand Down Expand Up @@ -309,7 +294,7 @@ export const MAPS = [
"ただし、3階から高校棟地下1階への通り抜けは可能です。",
maps: [
{ id: "asano", x: 7, y: 77 },
{ id: "hs-b1", x: 40, y: 17 },
{ id: "hs-f1", x: 40, y: 12 },
],
orgs: [
{ id: "awo", x: 14, y: 46, logoOnly: true },
Expand Down
1 change: 0 additions & 1 deletion pages/orgs/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const AREAS = [
{ id: "jhs-f3", name: "中学棟3階" },
{ id: "jhs-f4", name: "中学棟4階" },
{ id: "jhs-f5", name: "中学棟5階" },
{ id: "hs-b1", name: "高校棟地下1階" },
{ id: "hs-f1", name: "高校棟1階" },
{ id: "hs-f2", name: "高校棟2階" },
{ id: "hs-f3", name: "高校棟3階" },
Expand Down
Binary file removed public/map/hs-b1.png
Binary file not shown.

0 comments on commit e59eea8

Please sign in to comment.