mirror of
https://github.com/love2d/love.git
synced 2026-08-13 17:10:54 +02:00
Made font module officially properly exposed to Lua
This commit is contained in:
@@ -237,6 +237,7 @@ function love.init()
|
||||
audio = true,
|
||||
physics = true,
|
||||
sound = true,
|
||||
font = true,
|
||||
thread = true,
|
||||
},
|
||||
console = false, -- Only relevant for windows.
|
||||
|
||||
Reference in New Issue
Block a user