godot-bordered-polygon-2d icon indicating copy to clipboard operation
godot-bordered-polygon-2d copied to clipboard

Polygon2D with textured borders

Results 10 godot-bordered-polygon-2d issues
Sort by recently updated
recently updated
newest added

The error shows when enable plugin "Unable to load addon script from path: 'res://addons/bordered-polygon-2d/register.gd'. This might be due to a code error in that script. Disabling the addon at 'res://addons/bordered-polygon-2d/plugin.cfg'...

Let's grab features for v0.3

help wanted

I have the function pretty much built, but not sure if we need it. It might be nice to have the option if someone does not care about materials.

enhancement
on hold

I think it will be really useful to add an option to build a collision polygon that matches the bordered polygon

enhancement

@jtaart I think we shouldn't use the Polygon2D properties (just take polygon points). It's very uncomfortable to manipulate those properties without invalidating the ones shown in editor. We should keep...

enhancement

Allow overlap to shrink the fill polygon on negative overlap values

enhancement

If you choose to overlap borders, then opacity will put in evidence the overlap. ![image](https://cloud.githubusercontent.com/assets/4958871/23332929/babb2020-fb60-11e6-845c-bb850aaa9e66.png)

bug

I don't know if you have seen that: http://polycount.com/discussion/154447/2d-terrain-platform-toolkit-for-unity-5 but maybe it will give some ideas. The best one I can think of are the corner tiles.

Hello, Thank you for making such a lovely plugin for Godot. I've updated the syntax in the base Bordered Polygon class to the new syntax in Godot 4.0, but just...