love.update
Callback function used to update the state of the game every frame.
Function
Synopsis
love.update( dt )
Arguments
number dt
- Time since the last update in seconds.
Returns
Nothing.
Callback function used to update the state of the game every frame.
love.update( dt )
number dt
Nothing.