razterizer / Pilot_Episode

My first terminal based game. It uses libraries Core, Termin8or and 8Beat.
MIT License
3 stars 1 forks source link

Make sure all data files are accessible from the folder where the exe is located. #19

Closed razterizer closed 3 months ago

razterizer commented 3 months ago

Looks good on Windows:

All these have been copied into the bin folder.

On linmac on the other hand, we got the following copied into and used from the bin folder:

razterizer commented 3 months ago

fonts/ are now loaded locally on linmac.

razterizer commented 3 months ago

The chiptune file is copied into the bin folder on windows, but is it that file that is actually used? The code doesn't seem to use it.

razterizer commented 3 months ago

I've changed the code so that the copied chiptune file will be used instead. Works on linmac at least.

razterizer commented 3 months ago

Everything seems to load well on Windows as well!