Working on entering intro text

This commit is contained in:
Justin 2025-05-10 23:06:15 -05:00
parent 657b97c4a8
commit 4f60b29fc4
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@
void Intro::mainIntro(){
Sleep sleep;
int time = 2000;
int time = 1000;
sleep.delay(time);
sleep.type("The world didn't end with a bang. It ended with a groan.. and the scratching of death fingers against steel shutters.");
sleep.delay(time);
sleep.type("Pete used to sell shotgun, slug, and survival tips to deer hunters and doomsday preppers out of his rundown gun store ");
}