sudasana / armcom2

Armoured Commander II
104 stars 13 forks source link

Fix issues when changing font on options screen #10

Closed dan-oppenheim closed 4 years ago

dan-oppenheim commented 4 years ago

Fixes a crash due to missing files and also ensures custom font is setup correctly.

It looks like the file paths for the fonts weren't updated in the options screen code and I was getting an issue where changing the font size would cause corruption. Setting the column and row sizes explicitly fixes that.

sudasana commented 4 years ago

Thanks for these fixes!

dan-oppenheim commented 4 years ago

My pleasure. Thanks for the game!

These are the fixes I needed to get playing. I'm happy to make them when I see them. I can also create issues for things I think could do with a fix but aren't so trivial, e.g. updating to latest tcod/unifying build process across all platforms

sudasana commented 4 years ago

That would be very helpful - I took a quick look at tcod but since libtcod works for the moment it wasn't a high priority for me. Maybe once the base game is in a more mature state?