Add: timer icon

This commit is contained in:
2019-12-04 06:13:04 +09:00
parent 0accbfa620
commit 4be937dc42
3 changed files with 4 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

@@ -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');
}