r-lyeh-archived / AVA

A tiny unlicensed 3D game engine in C; with C++ and Lua interfaces. Written in 32 random ̷d̷a̷y̷s̷ m̷o̷n̷t̷h̷s̷ years.
Other
336 stars 27 forks source link

The font size of all demos is too small. #3

Closed zeroxer closed 5 years ago

zeroxer commented 5 years ago

I build the demos successfully, using the script make.sh.bat.

Would it be better to make the font size a little bigger? image

r-lyeh commented 5 years ago

Hey,

I like small fonts just because I use a very low-res laptop, my windows are tiny, and I use to print as much info on screen as possible. I understand this is a very subjective opinion and nobody else will agree on this :)

I will add more userhuman-friendly options as the engine progresses, but for now i've added a bm_mini_scale factor variable to the debug font, whose value is located here.

Feel free to enlarge it. It should work :D

image

zeroxer commented 5 years ago

Thx. I will close this issue.