hey Christian,
very nice tool, thanks for the contribution, but i have two questions regarding fontRender, because i am trying to implement it in the xtreme paintball project:
1 - is there some problem with _align ? I have a panel and render the font this way:
Code:
RF_setFontRenderSettings(RF_CONSTANTS_CENTER, 0);
RF_pnlRenderString(infos, paintballFont, str_eliminatedPlayer);
but for some reason its not aligning correct in the panel center as you can see in the image below "slayer eliminated";
2 - Isnt possible to use inkey() ?
Thanks,
Jorge