init.lua 216 B

12345678
  1. return {
  2. tag = 'modules',
  3. summary = 'Exposes a high resolution timer.',
  4. description = [[
  5. The `lovr.timer` module provides a few functions that deal with time. All times are measured in
  6. seconds.
  7. ]]
  8. }