landgreen / n-gon

2-d physics rogue-lite platformer shooter
https://landgreen.github.io/n-gon/
GNU General Public License v3.0
144 stars 208 forks source link

Concave objects used to work #73

Closed Whyisthisnotavalable closed 1 year ago

Whyisthisnotavalable commented 1 year ago

They actually used to work, but you needed to render their parts, not their vertices.

If you don't want to bring back decomp, please remove <script src="lib/decomp.min.js"></script> from the html file.

landgreen commented 1 year ago

They seemed to work, but we've found in the past there were several rare bugs caused by making complex objects. So I just don't bother partly to not deal with that class of bugs, and also stylistic consistency.