Rest of font loading/unloading functions. GlyphInfo type to userdata. GlyphInfo management functions.

This commit is contained in:
jussi
2024-01-03 18:23:19 +02:00
parent 192d471fb3
commit 70a2bcba18
22 changed files with 957 additions and 139 deletions

View File

@@ -179,7 +179,7 @@ int llightsGetLightColor( lua_State *L ) {
Get light enabled
- Success return boolean
- Success return bool
*/
int llightsIsLightEnabled( lua_State *L ) {
Light *light = uluaGetLight( L, 1 );