init.lua 218 B

123456789
  1. return {
  2. summary = 'A sphere Shape.',
  3. description = 'A type of `Shape` that can be used for spheres.',
  4. extends = 'Shape',
  5. constructors = {
  6. 'lovr.physics.newSphereShape',
  7. 'World:newSphereCollider'
  8. }
  9. }