Organized shapes, textures, audio, text, lights and gui functions.

This commit is contained in:
jussi
2023-11-09 22:02:59 +02:00
parent e056446750
commit 8effd050ff
17 changed files with 438 additions and 423 deletions

View File

@@ -158,7 +158,7 @@ bool wordWrap, Color *tints, int tintCount, Color *backTints, int backTintCount
}
/*
## Text - Loading
## Text - Font loading/unloading functions
*/
/*
@@ -278,7 +278,7 @@ int ltextUnloadFont( lua_State *L ) {
}
/*
## Text - Draw
## Text - Text drawing functions
*/
/*
@@ -457,7 +457,7 @@ int ltextDrawTextBoxedTinted( lua_State *L ) {
}
/*
## Text - Font info functions
## Text - Text font info functions
*/
/*