Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 257 Bytes

update.md

File metadata and controls

13 lines (8 loc) · 257 Bytes
l1.update(deltaTime)

This function needs to be called every game update. It increases all behaviors counters by 1.

Arguments

deltaTime (Number): Time since the last update. Will be passed to all repeat behaviors.

Returns

Nothing