aboutsummaryrefslogtreecommitdiff
path: root/src/Messages.h
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-04-13 13:33:10 -0400
committerfrosty <gabriel@bwaaa.monster>2026-04-13 13:33:10 -0400
commit8703eaf81470fda6cda729b45b755f403055f179 (patch)
tree59dca9a40766ca5d68d00ac8e6ec35bc2aec27bd /src/Messages.h
downloadcmommy-8703eaf81470fda6cda729b45b755f403055f179.tar.gz
init
Diffstat (limited to 'src/Messages.h')
-rw-r--r--src/Messages.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/Messages.h b/src/Messages.h
new file mode 100644
index 0000000..0302e2f
--- /dev/null
+++ b/src/Messages.h
@@ -0,0 +1,28 @@
+static const char* success_messages[] = {
+ "yes! that's the spirit, sweetie!",
+ "great job, honey! i'm proud of you~",
+ "that's my little star! you did amazing~",
+ "*pets your head*",
+ "*gives you scratches*",
+ "that's a good boy~",
+ "aww what a good boy~ mommy knew you could do it~",
+ "*gives you a sticker*",
+ "you're doing so well~!",
+ "you're making mommy so happy~",
+ "good boy~ mommy's so proud of you~",
+ NULL
+};
+
+static const char* failure_messages[] = {
+ "mommy's here for you, no matter what~",
+ "it's alright, sweetie. take a breath and try again~",
+ "i believe in you, honey. let's try once more~",
+ "mommy believes in you~",
+ "it's okay, mommy's here for you~",
+ "try again for mommy~",
+ "oops~! mommy loves you anyways~",
+ "everything's gonna be okay~",
+ "do you need mommy's help~?",
+ "aww, you'll get it next time~",
+ NULL
+};