diff --git a/resources/image/object/speech_bubble/speech_bubble.afdesign b/resources/image/object/speech_bubble/speech_bubble.afdesign new file mode 100644 index 0000000..3fd9a70 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_bubble.afdesign differ diff --git a/resources/image/object/speech_bubble/speech_cloud_bg.png b/resources/image/object/speech_bubble/speech_cloud_bg.png new file mode 100644 index 0000000..4071b83 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_cloud_bg.png differ diff --git a/resources/image/object/speech_bubble/speech_cloud_outline.png b/resources/image/object/speech_bubble/speech_cloud_outline.png new file mode 100644 index 0000000..98ad41a Binary files /dev/null and b/resources/image/object/speech_bubble/speech_cloud_outline.png differ diff --git a/resources/image/object/speech_bubble/speech_cloud_shadow.png b/resources/image/object/speech_bubble/speech_cloud_shadow.png new file mode 100644 index 0000000..4b3090b Binary files /dev/null and b/resources/image/object/speech_bubble/speech_cloud_shadow.png differ diff --git a/resources/image/object/speech_bubble/speech_double_star_bg.png b/resources/image/object/speech_bubble/speech_double_star_bg.png new file mode 100644 index 0000000..9c14102 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_double_star_bg.png differ diff --git a/resources/image/object/speech_bubble/speech_double_star_outline.png b/resources/image/object/speech_bubble/speech_double_star_outline.png new file mode 100644 index 0000000..fa0a89c Binary files /dev/null and b/resources/image/object/speech_bubble/speech_double_star_outline.png differ diff --git a/resources/image/object/speech_bubble/speech_double_star_shadow.png b/resources/image/object/speech_bubble/speech_double_star_shadow.png new file mode 100644 index 0000000..f4add44 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_double_star_shadow.png differ diff --git a/resources/image/object/speech_bubble/speech_rect_bg.png b/resources/image/object/speech_bubble/speech_rect_bg.png new file mode 100644 index 0000000..9c19248 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_rect_bg.png differ diff --git a/resources/image/object/speech_bubble/speech_rect_outline.png b/resources/image/object/speech_bubble/speech_rect_outline.png new file mode 100644 index 0000000..dba4659 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_rect_outline.png differ diff --git a/resources/image/object/speech_bubble/speech_rect_shadow.png b/resources/image/object/speech_bubble/speech_rect_shadow.png new file mode 100644 index 0000000..931e20b Binary files /dev/null and b/resources/image/object/speech_bubble/speech_rect_shadow.png differ diff --git a/resources/image/object/speech_bubble/speech_round_bg.png b/resources/image/object/speech_bubble/speech_round_bg.png new file mode 100644 index 0000000..fd5003a Binary files /dev/null and b/resources/image/object/speech_bubble/speech_round_bg.png differ diff --git a/resources/image/object/speech_bubble/speech_round_outline.png b/resources/image/object/speech_bubble/speech_round_outline.png new file mode 100644 index 0000000..16a5b91 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_round_outline.png differ diff --git a/resources/image/object/speech_bubble/speech_round_shadow.png b/resources/image/object/speech_bubble/speech_round_shadow.png new file mode 100644 index 0000000..79cac4e Binary files /dev/null and b/resources/image/object/speech_bubble/speech_round_shadow.png differ diff --git a/resources/image/object/speech_bubble/speech_star_bg.png b/resources/image/object/speech_bubble/speech_star_bg.png new file mode 100644 index 0000000..f37de40 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_star_bg.png differ diff --git a/resources/image/object/speech_bubble/speech_star_outline.png b/resources/image/object/speech_bubble/speech_star_outline.png new file mode 100644 index 0000000..1b19d32 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_star_outline.png differ diff --git a/resources/image/object/speech_bubble/speech_star_shadow.png b/resources/image/object/speech_bubble/speech_star_shadow.png new file mode 100644 index 0000000..3f17260 Binary files /dev/null and b/resources/image/object/speech_bubble/speech_star_shadow.png differ diff --git a/src/game/mouse/grilled_meat/loading.js b/src/game/mouse/grilled_meat/loading.js index 5fc4ede..fc3c075 100644 --- a/src/game/mouse/grilled_meat/loading.js +++ b/src/game/mouse/grilled_meat/loading.js @@ -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');