Skip to content

Commit e386c80

Browse files
committed
add construction image
1 parent c4d9cb6 commit e386c80

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

assets/construction.aseprite

626 Bytes
Binary file not shown.

public/images/construction.png

186 Bytes
Loading

src/components/MainMenu/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ const MainMenu = ({ onSelected }: MainMenuProps) => {
1212
{ color: 'a', text: 'トップ', sub: 'top', image: '/images/top.png' },
1313
{ color: 'b', text: 'ホゲ', sub: 'hoge', image: '/images/hoge.png' },
1414
{ color: 'c', text: 'ペカ', sub: 'peca', image: '/images/stachu.png' },
15-
{ color: 'd', text: 'ゲーム', sub: 'game', image: '/images/stachu.png' },
16-
{ color: 'e', text: 'プログ', sub: 'prog', image: '/images/stachu.png' },
17-
{ color: 'f', text: '音楽', sub: 'music', image: '/images/stachu.png' },
18-
{ color: 'g', text: '????', sub: 'yobi1', image: '/images/stachu.png' },
19-
{ color: 'h', text: '????', sub: 'yobi2', image: '/images/stachu.png' },
20-
{ color: 'i', text: '????', sub: 'yobi3', image: '/images/stachu.png' },
15+
{ color: 'd', text: 'ゲーム', sub: 'game', image: '/images/construction.png' },
16+
{ color: 'e', text: 'プログ', sub: 'prog', image: '/images/construction.png' },
17+
{ color: 'f', text: '音楽', sub: 'music', image: '/images/construction.png' },
18+
{ color: 'g', text: '????', sub: 'yobi1', image: '/images/construction.png' },
19+
{ color: 'h', text: '????', sub: 'yobi2', image: '/images/construction.png' },
20+
{ color: 'i', text: '????', sub: 'yobi3', image: '/images/construction.png' },
2121
]
2222

2323
return (

0 commit comments

Comments
 (0)