mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 19:59:17 -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:
@ -47,7 +47,7 @@ typedef struct Door {
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
GameScreen currentScreen;
|
||||
SpriteFont font;
|
||||
Font font;
|
||||
|
||||
Texture2D doors;
|
||||
Sound sndDoor;
|
||||
|
||||
Reference in New Issue
Block a user