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
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

+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');