BlueNebulaDev

Results 3 issues of BlueNebulaDev

I need to create a 2d body made by a circle and a rectangle. According to the documentation on the website I should use a compound collider for this, correct?...

The haddock documentation for a class shows its instances. Of course only some of them, since it's an open set, but that's usually enough. I find that list quite useful...

I'd need to `import` something from a local module in order to implement a custom element. Something like: ```html import XElement from './x.js'; export default class extends XElement { }...