- Timestamp:
- 2015-06-25 20:08:40 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun.cs
r6394 r6397 240 240 { 241 241 Initializing(); 242 //IntroSequence();242 IntroSequence(); 243 243 //MainMenu(); 244 StartGame();244 //StartGame(); 245 245 } 246 246 … … 306 306 void ShowBackgroundStory() 307 307 { 308 ShowStoryText(new Queue<string>(new[] { " Once upon a time...", "...blaa blaa blaa.", "Blaa." }));308 ShowStoryText(new Queue<string>(new[] { "Innit just da warmest here, sis?", "Seems to me our establishment's a-burnin'.", "...Must've been 'em nasty witches." })); 309 309 } 310 310 … … 841 841 shroom.Destroy(); 842 842 castTimer.Stop(); 843 //Timer.SingleShot(6, NextLevel); 843 844 } 844 845 });
Note: See TracChangeset
for help on using the changeset viewer.