arypbatista / godot-bordered-polygon-2d

Polygon2D with textured borders
MIT License
61 stars 9 forks source link

Unable to load addon script #45

Closed ChildishGiant closed 4 years ago

ChildishGiant commented 4 years ago

Unable to load addon script from path: 'res://addons/bordered-polygon-2d/register.gd' There seems to be an error in the code, please check the syntax.

error(7, 87): Couldn't fully preload the script, possible cyclic reference or compilation error. Use "load()" instead if a cyclic reference is intended.

jtaart commented 4 years ago

Sorry, it's pretty out of date. If I remember right we wrote it for Godot 2.1. I may update it sooner or later.

This fork seems to work: https://github.com/ludditegames/godot-bordered-polygon-2d

You can also try RMSmartShape2D

arypbatista commented 4 years ago

Merged Pull Request #44 which migrated the addon to Godot 3.x.

I will update the addon on the asset library asap