Add: stove dial, heat plate

This commit is contained in:
2019-12-06 10:19:36 +09:00
parent b40749b4a4
commit 2e14ebc10d
17 changed files with 318 additions and 9 deletions
+10 -1
View File
@@ -30,9 +30,15 @@ var Loading = {
game.load.image('icon_fullscreen', '../../../resources/image/icon/fullscreen_white.png');
game.load.image('wooden_table', '../../../resources/image/object/grilled_meat/wooden_table.png');
game.load.image('heat_plate', '../../../resources/image/object/grilled_meat/heat_plate.png');
game.load.image('stove_dial', '../../../resources/image/object/grilled_meat/stove_dial.png');
game.load.image('stove_dial_dot', '../../../resources/image/object/grilled_meat/stove_dial_dot.png');
game.load.image('plate', '../../../resources/image/object/grilled_meat/plate.png');
game.load.image('heat_plate_flame', '../../../resources/image/object/grilled_meat/heat_plate_flame.png');
game.load.image('heat_plate', '../../../resources/image/object/grilled_meat/heat_plate.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');
@@ -51,6 +57,9 @@ var Loading = {
game.load.image('speech_bubble_angry', '../../../resources/image/ui/speech_bubble_angry.png');
game.load.image('speech_bubble_happy', '../../../resources/image/ui/speech_bubble_happy.png');
game.load.image('heart_full', '../../../resources/image/ui/heart_full.png');
game.load.image('heart_empty', '../../../resources/image/ui/heart_empty.png');
game.load.image('god_angry', '../../../resources/image/character/god/god_hungry.png');
game.load.image('god_smile', '../../../resources/image/character/god/god_smile.png');
game.load.image('god_happy', '../../../resources/image/character/god/god_happy.png');