From 48bc6cc7a42f4df02002a5f4ab881cfb8c877aee Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 11 Mar 2021 20:45:11 +0100 Subject: add persona 5 chatbox --- webAO/styles/chatbox/chatboxes.js | 1 + webAO/styles/chatbox/p5.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 webAO/styles/chatbox/p5.svg diff --git a/webAO/styles/chatbox/chatboxes.js b/webAO/styles/chatbox/chatboxes.js index 36e3123..572ff1f 100644 --- a/webAO/styles/chatbox/chatboxes.js +++ b/webAO/styles/chatbox/chatboxes.js @@ -14,6 +14,7 @@ export default [ "drae", "chatp3", "p4", + "p5", "chat999", "halla", "homestuck", diff --git a/webAO/styles/chatbox/p5.svg b/webAO/styles/chatbox/p5.svg new file mode 100644 index 0000000..654bcff --- /dev/null +++ b/webAO/styles/chatbox/p5.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit