Fix: bonus meat

This commit is contained in:
2019-12-10 08:31:48 +09:00
parent f77057ed8e
commit dec4692b31
8 changed files with 22 additions and 17 deletions
+9 -6
View File
@@ -42,16 +42,19 @@ var Loading = {
game.load.image('trash_can', '../../../resources/image/object/grilled_meat/trash_can.png');
game.load.image('meat1', '../../../resources/image/object/grilled_meat/meat1.png');
game.load.image('meat2', '../../../resources/image/object/grilled_meat/meat2.png');
game.load.image('meat3', '../../../resources/image/object/grilled_meat/meat3.png');
game.load.image('bonus_meat', '../../../resources/image/object/grilled_meat/meat_bonus.png');
game.load.image('meat_welldone1', '../../../resources/image/object/grilled_meat/meat1_welldone.png');
game.load.image('meat_welldone2', '../../../resources/image/object/grilled_meat/meat2_welldone.png');
game.load.image('meat_welldone3', '../../../resources/image/object/grilled_meat/meat3_welldone.png');
game.load.image('bonus_meat_welldone', '../../../resources/image/object/grilled_meat/meat_bonus_welldone.png');
game.load.image('meat_burn1', '../../../resources/image/object/grilled_meat/meat1_burn.png');
game.load.image('meat2', '../../../resources/image/object/grilled_meat/meat2.png');
game.load.image('meat_burn2', '../../../resources/image/object/grilled_meat/meat2_burn.png');
game.load.image('meat_welldone2', '../../../resources/image/object/grilled_meat/meat2_welldone.png');
game.load.image('meat3', '../../../resources/image/object/grilled_meat/meat3.png');
game.load.image('meat_welldone3', '../../../resources/image/object/grilled_meat/meat3_welldone.png');
game.load.image('meat_burn3', '../../../resources/image/object/grilled_meat/meat3_burn.png');
game.load.image('bonus_meat', '../../../resources/image/object/grilled_meat/meat_bonus.png');
game.load.image('bonus_meat_welldone', '../../../resources/image/object/grilled_meat/meat_bonus_welldone.png');
game.load.image('bonus_meat_burn', '../../../resources/image/object/grilled_meat/meat_bonus_burn.png');
game.load.image('smoke', '../../../resources/image/ui/smoke.png');