2OX6KPDEXLAZ5HWKUI5NOBN5DWOC75GJR3KJQD6VEPSKAOR4O44QC
* `App.update(dt)` -- called after every call to `on.draw`. Make changes to
your app's variables here rather than in `on.draw`. Provides in `dt` the
time since the previous call to `on.update`, which can be useful for things
* `App.update(dt)` -- called after every call to `App.draw`. Make changes to
your app's variables here rather than in `App.draw`. Provides in `dt` the
time since the previous call to `App.update`, which can be useful for things