Added new text sample: text_bmfont_unordered

BMFont loading has been improved to support unordered chars and extended
characters (up to 255)
This commit is contained in:
raysan5 2016-11-21 19:49:54 +01:00
parent 481ce3d39d
commit bdbb1eb901
6 changed files with 258 additions and 1 deletions

View file

@ -10,7 +10,6 @@
********************************************************************************************/
#include "raylib.h"
#include <stdio.h>
int main()
{