include Current_time in reference

This commit is contained in:
Kartik K. Agaram 2023-04-20 18:42:29 -07:00
parent c95bffed88
commit e80faa9ab4
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ two categories.
## Variables you can read
* `Current_time` -- seconds since some unspecified time. Useful for managing
durations of time (scheduling operations, etc.).
* `App.screen`
* `width` and `height` -- integer dimensions for the app window in pixels.
* `flags` -- some properties of the app window. See [`flags` in `love.graphics.getMode`](https://love2d.org/wiki/love.window.getMode)