Driftwood2D / Driftwood

Driftwood 2D Tiling Game Engine and Development Suite
http://tileengine.org/
MIT License
24 stars 1 forks source link

All paths relative to config file location. #186

Closed seisatsu closed 7 years ago

seisatsu commented 7 years ago

Currently all paths in the configuration are relative to the current working directory. Making paths relative to the config file they are declared in will open up some possibilities in the future. Paths declared from the command line should be relative to the current working directory, however.

Related to #187.

seisatsu commented 7 years ago

Ended up not having a separate working directory for command line options. It was far more economical to change the working directory to the location of the config file.