dis446 / Shelter-Survival-Text-Based

An open source, text based version of the popular Bethesda Fallout Shelter game.
8 stars 7 forks source link

Space out prints #17

Closed dis446 closed 8 years ago

dis446 commented 8 years ago

It would be really great if the console prints could be spaced out. Like how the Fallout 4 terminal slowly print's out messages, while this game just throws several dozen lines towards the player at once. Using time.sleep() would be useful.

dis446 commented 8 years ago

Specifically, for the print_help() function, there is a multi-line string being printed out. I would like each line to print out after a few milliseconds.

dis446 commented 8 years ago

The print_line() function now does this.