From 94b4c00126b095293c47219038eaaceb79f34478 Mon Sep 17 00:00:00 2001 From: rxi Date: Thu, 29 Sep 2016 20:36:53 +0100 Subject: [PATCH] Updated doc/api.md for love.load() changes --- doc/api.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api.md b/doc/api.md index ac45471..b057f02 100644 --- a/doc/api.md +++ b/doc/api.md @@ -247,8 +247,9 @@ Returns the height of the font in pixels. ## Callbacks -##### love.load() -Called when LoveDOS is started. +##### love.load(args) +Called when LoveDOS is started. `args` is a table containing the command line +arguments passed to LoveDOS. ##### love.update(dt) Called at the beginning of each frame, `dt` is the amount of time in seconds