Add: speech bubble images - double star, star, rect, round

This commit is contained in:
2019-12-12 11:36:22 +09:00
parent 718a6f71a9
commit 4bcfcaec42
17 changed files with 16 additions and 0 deletions
+16
View File
@@ -62,6 +62,22 @@ 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('speech_double_star_bg', '../../../resources/image/object/speech_bubble/speech_double_star_bg.png');
game.load.image('speech_double_star_shadow', '../../../resources/image/object/speech_bubble/speech_double_star_shadow.png');
game.load.image('speech_double_star_outline', '../../../resources/image/object/speech_bubble/speech_double_star_outline.png');
game.load.image('speech_star_bg', '../../../resources/image/object/speech_bubble/speech_star_bg.png');
game.load.image('speech_star_shadow', '../../../resources/image/object/speech_bubble/speech_star_shadow.png');
game.load.image('speech_star_outline', '../../../resources/image/object/speech_bubble/speech_star_outline.png');
game.load.image('speech_round_bg', '../../../resources/image/object/speech_bubble/speech_round_bg.png');
game.load.image('speech_round_shadow', '../../../resources/image/object/speech_bubble/speech_round_shadow.png');
game.load.image('speech_round_outline', '../../../resources/image/object/speech_bubble/speech_round_outline.png');
game.load.image('speech_rect_bg', '../../../resources/image/object/speech_bubble/speech_rect_bg.png');
game.load.image('speech_rect_shadow', '../../../resources/image/object/speech_bubble/speech_rect_shadow.png');
game.load.image('speech_rect_outline', '../../../resources/image/object/speech_bubble/speech_rect_outline.png');
game.load.image('heart_full', '../../../resources/image/ui/heart_full.png');
game.load.image('heart_empty', '../../../resources/image/ui/heart_empty.png');