Working on entering intro text
This commit is contained in:
parent
657b97c4a8
commit
4f60b29fc4
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
void Intro::mainIntro(){
|
void Intro::mainIntro(){
|
||||||
Sleep sleep;
|
Sleep sleep;
|
||||||
int time = 2000;
|
int time = 1000;
|
||||||
sleep.delay(time);
|
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.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.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 ");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue