Add: timer icon
This commit is contained in:
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:
|
case 105:
|
||||||
return "chocoball";
|
return "chocoball";
|
||||||
|
|
||||||
|
case 106:
|
||||||
|
return "timer";
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return "keyboard";
|
return "keyboard";
|
||||||
}
|
}
|
||||||
@@ -169,6 +172,7 @@ PlayAppButton.loadResources = function() {
|
|||||||
game.load.image('grill', '../../../resources/image/icon/grill.png');
|
game.load.image('grill', '../../../resources/image/icon/grill.png');
|
||||||
game.load.image('spaceship', '../../../resources/image/icon/spaceship.png');
|
game.load.image('spaceship', '../../../resources/image/icon/spaceship.png');
|
||||||
game.load.image('chocoball', '../../../resources/image/icon/chocoball.png');
|
game.load.image('chocoball', '../../../resources/image/icon/chocoball.png');
|
||||||
|
game.load.image('timer', '../../../resources/image/icon/timer.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user