Started Finalizing Ch. 1

title
This commit is contained in:
Iazubi
2024-10-26 23:39:07 -07:00
parent 93f055d99e
commit 26d66b6c72
16 changed files with 771 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ public class TypewriterEffect : MonoBehaviour
private void Start()
{
// Example of starting the effect
SetText("One day, a genius boy named Paul changed the world. He used his computer science knowledge to create the PaulBots. An army of evil AI bots that followed his every order. Under his control, Paul set his army against the rats, who stood little to no chance... \nOne day, a brave and courageous rat set off to fight the PaulBot army in hopes of avenging his kind. He fought ruthlessly day and night, and would not stop until the mastermind was finished once and for all...");
SetText("One day, a genius boy named Paul changed the world. He used his computer science knowledge to create the PaulBots. An army of evil AI bots that followed his every order. Under his control, Paul set his army against the rats, who stood little to no chance... \n\nOne day, a brave and courageous rat set off to fight the PaulBot army in hopes of avenging his kind. He fought ruthlessly day and night, and would not stop until the mastermind was finished once and for all...");
}
public void SetText(string text)