diff --git a/resources/image/icon/timer 복사본.png b/resources/image/icon/timer 복사본.png new file mode 100644 index 0000000..89ae2ec Binary files /dev/null and b/resources/image/icon/timer 복사본.png differ diff --git a/resources/image/icon/timer.png b/resources/image/icon/timer.png new file mode 100644 index 0000000..396f780 Binary files /dev/null and b/resources/image/icon/timer.png differ diff --git a/src/game/lib/flat_button/play_app_button.js b/src/game/lib/flat_button/play_app_button.js index 15e429b..a5750b7 100644 --- a/src/game/lib/flat_button/play_app_button.js +++ b/src/game/lib/flat_button/play_app_button.js @@ -128,6 +128,9 @@ PlayAppButton.prototype.getIconName = function(appID) { case 105: return "chocoball"; + case 106: + return "timer"; + default: return "keyboard"; } @@ -169,6 +172,7 @@ PlayAppButton.loadResources = function() { game.load.image('grill', '../../../resources/image/icon/grill.png'); game.load.image('spaceship', '../../../resources/image/icon/spaceship.png'); game.load.image('chocoball', '../../../resources/image/icon/chocoball.png'); + game.load.image('timer', '../../../resources/image/icon/timer.png'); }