a few text changes to push for now

This commit is contained in:
Iazubi
2024-10-26 20:11:42 -07:00
parent a37a025a3a
commit 93f055d99e
3 changed files with 169 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ public class TypewriterEffectCh1 : MonoBehaviour
private void Start()
{
// Example of starting the effect
SetText("The Rat fought hard for his kind, rallying up the support of the remaining rats. The Rat investigated some of the defeated PaulBots and managed to hack into them, converting them into ratbots that aided him in his battles. The ratbots came out victorious, defeating the paulbot army... for now...");
SetText("The Rat fought hard for his kind, rallying up the support of the remaining alive rats. One by one, the PaulBot army was slowly dwindling... The Rat investigated some of the defeated PaulBots and managed to hack into them, converting them into ratbots that aided him in his battles. These upgraded, fresh and shiny ratbots took out the PaulBots with ease. The ratbots came out victorious, defeating the paulbot army... for now...");
}
public void SetText(string text)