Made font module officially properly exposed to Lua

This commit is contained in:
Bill Meltsner
2010-04-15 10:17:42 -04:00
parent e3a5aacd5a
commit 76dc50a419
8 changed files with 911 additions and 828 deletions
+1
View File
@@ -237,6 +237,7 @@ function love.init()
audio = true,
physics = true,
sound = true,
font = true,
thread = true,
},
console = false, -- Only relevant for windows.