Skip to content

Commit

Permalink
feat: 일상용품에서 가구 없애고 가구테마 새로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
mssak committed Nov 28, 2024
1 parent a828569 commit 715c8db
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions packages/backend/gameserver/src/game/constants/words.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,13 @@ export const GAME_WORDS: WordTheme[] = [
'키보드',
'모니터',
'프린터',
'책상',
'의자',
'침대',
'소파',
'냉장고',
'헤어드라이어',
'칫솔',
'치약',
'샴푸',
'수건',
'거울',
'빗',
'물병',
'텀블러',
'충전기',
'이어폰',
'노트북',
Expand All @@ -50,9 +43,6 @@ export const GAME_WORDS: WordTheme[] = [
'청소기',
'전자레인지',
'밥솥',
'커튼',
'책장',
'옷걸이',
'화분',
'쓰레기통',
'칼',
Expand Down Expand Up @@ -336,4 +326,20 @@ export const GAME_WORDS: WordTheme[] = [
'충격',
],
},
{
theme: '가구',
words: [
'책상',
'의자',
'침대',
'소파',
'냉장고',
'커튼',
'식탁',
'화장대',
'서랍장',
'옷장',
'싱크대',
],
},
];

0 comments on commit 715c8db

Please sign in to comment.