Updated doc/api.md for love.load() changes
This commit is contained in:
@@ -247,8 +247,9 @@ Returns the height of the font in pixels.
|
|||||||
|
|
||||||
|
|
||||||
## Callbacks
|
## Callbacks
|
||||||
##### love.load()
|
##### love.load(args)
|
||||||
Called when LoveDOS is started.
|
Called when LoveDOS is started. `args` is a table containing the command line
|
||||||
|
arguments passed to LoveDOS.
|
||||||
|
|
||||||
##### love.update(dt)
|
##### love.update(dt)
|
||||||
Called at the beginning of each frame, `dt` is the amount of time in seconds
|
Called at the beginning of each frame, `dt` is the amount of time in seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user