WARNING: REMOVED: Some deprecated function names mapping

Some functions/values have been deprecated for long time but some mapping was kept for convenience. Some of those mappings have been removed...
This commit is contained in:
raysan5 2021-06-26 21:07:00 +02:00
parent 00c8795385
commit 2f75657350
6 changed files with 13 additions and 17 deletions

View file

@ -5,7 +5,7 @@
* Loaded sprite fonts have been generated following XNA SpriteFont conventions:
* - Characters must be ordered starting with character 32 (Space)
* - Every character must be contained within the same Rectangle height
* - Every character and every line must be separated the same distance
* - Every character and every line must be separated by the same distance (margin/padding)
* - Rectangles must be defined by a MAGENTA color background
*
* If following this constraints, a font can be provided just by an image,