mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-06 14:19:18 -05:00
BREAKING CHANGE: Renamed SpriteFont type to Font
- Preparing MP3 files support - Jumped version to raylib 2.0-dev (too many breaking changes...)
This commit is contained in:
@ -76,7 +76,7 @@ Color textColorButton;
|
||||
int currentMission;
|
||||
int totalMissions;
|
||||
|
||||
SpriteFont fontMission;
|
||||
Font fontMission;
|
||||
|
||||
Word messageWords[MAX_MISSION_WORDS];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user