Add: speech bubble images - double star, star, rect, round
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 6.3 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
@@ -62,6 +62,22 @@ var Loading = {
|
|||||||
game.load.image('speech_bubble_angry', '../../../resources/image/ui/speech_bubble_angry.png');
|
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_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_full', '../../../resources/image/ui/heart_full.png');
|
||||||
game.load.image('heart_empty', '../../../resources/image/ui/heart_empty.png');
|
game.load.image('heart_empty', '../../../resources/image/ui/heart_empty.png');
|
||||||
|
|
||||||
|
|||||||