From 3480734a449423468ac31aa57fd0a7e9e73e8487 Mon Sep 17 00:00:00 2001 From: hailey Date: Mon, 27 Sep 2021 11:55:42 +1000 Subject: [PATCH] just a few more rpc strings --- scene/title.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scene/title.lua b/scene/title.lua index ba159f9..c4a3c37 100644 --- a/scene/title.lua +++ b/scene/title.lua @@ -26,7 +26,12 @@ local mainmenuidle = { "Trying to see all the funny rpc messages (maybe)", "Not not not playing", "AFK", - "Preparing for their next game" + "Preparing for their next game", + "Who are those people on that boat?", + "Welcome to Cambridge!", + "who even reads these", + "Made with love in LOVE!", + "This is probably the longest RPC string out of every possible RPC string that can be displayed." } function TitleScene:new()