9thAzure / Complex_Shape_Creation

A Godot Engine addon for creating / modifying shapes
MIT License
6 stars 0 forks source link

Sync method and property names across nodes #60

Closed 9thAzure closed 4 weeks ago

9thAzure commented 4 weeks ago

Method and property names have been made consistent with each other across nodes, renaming and making some methods public. Old methods have been retained but have been marked @deprecated/[Obsolete], and will be removed in the near future. Changes: --StarPolygon2D--

--RegularPolygon2D--

--SimplePolygon2D-- Note: These are equivalent to simply calling queue_redraw, and so these methods do not show up in the C# Wrapper classes. Instead, QueueRedraw has been exposed instead.

9thAzure commented 4 weeks ago

49