fohtla / Fallout3Terminal

A recreation of the Fallout 3 terminal via a linux bash script! Requires cool-retro-term, sox and pv installed as packages.
MIT License
259 stars 17 forks source link

Use global variables to store sounds and header paths. #12

Closed ManorSailor closed 4 years ago

ManorSailor commented 4 years ago

Its better to use variables for paths and other values which you're going to utilize later on in the script. It's a rule of thumb. It also saves time and effort.

First PR, i hope i did everything correctly.

Edit: Will conflict with the changes, sorry i forgot to fetch the updated repo changes. Lemme fix it up. You can close this pr. Just realised that it's irrelevant now.