diff --git a/resources/image/object/grilled_meat/smoke.png b/resources/image/object/grilled_meat/smoke.png deleted file mode 100644 index 64dc318..0000000 Binary files a/resources/image/object/grilled_meat/smoke.png and /dev/null differ diff --git a/src/game/mouse/grilled_meat/loading.js b/src/game/mouse/grilled_meat/loading.js index 66a94e9..313c064 100644 --- a/src/game/mouse/grilled_meat/loading.js +++ b/src/game/mouse/grilled_meat/loading.js @@ -43,7 +43,6 @@ var Loading = { game.load.image('meatBurn2', '../../../resources/image/object/grilled_meat/meat2_burn.png'); game.load.image('meatBurn3', '../../../resources/image/object/grilled_meat/meat3_burn.png'); - // game.load.image('smoke', '../../../resources/image/object/grilled_meat/smoke.png'); game.load.image('smoke', '../../../resources/image/ui/smoke.png'); game.load.image('speech_bubble_angry', '../../../resources/image/ui/speech_bubble_angry.png'); diff --git a/src/web/sql/insert_app.sql b/src/web/sql/insert_app.sql index 62a5566..8dd8665 100644 --- a/src/web/sql/insert_app.sql +++ b/src/web/sql/insert_app.sql @@ -42,4 +42,4 @@ INSERT INTO `app` (`AppID`, `AppName`, `KoreanName`, `AppType`, `Status`, `HowTo (51, 'typing_english_whac_a_mole', 'Whac A Mole', 50, 0, '두더지가 나온 키의 글자를\\n정확하고 빠르게 눌러서 잡으세요.\\n(영문)'), (101, 'space_invaders', '외계인 침공', 100, 1, '외계인이 나타났다!\\n마우스 왼쪽 버튼을 클릭해서\\n외계인이 사라지기 전에 물리쳐 주세요.'), (102, 'card_matching', '카드 짝 맞추기', 100, 0, '같은 그림의 카드를 맞춰주세요.'); -(103, 'grilled_meat', '고기 굽기', 100, 0, '고기를 드래그해서 불판에 울려 구워볼게요.\\n잘 익은 연기가 올라오면 클릭해서 뒤집어주시고요.\\n고기를 맛있게 구워졌나요? 그럼 할아버지한테 먹여주세요.'); +(103, 'grilled_meat', '고기 굽기', 100, 0, '고기를 드래그해서 불판에 울리고,\\n잘 익으면 클릭해서 뒤집어주세요.\\n맛있게 구워지면 할아버지한테 먹여주세요.');