Skip to content

Commit

Permalink
Updated plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
9thAzure committed Jul 11, 2023
1 parent e0ecbf4 commit d678dd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# 2D Regular Polygons
Adds 4 nodes for creating regular polygons, most with additional options.
1 draws a regular shape, another creates regular collision shapes.
The third also draws regular shapes, but doesn't have additional options the others do.
The fourth draws stars.

There are c# classes for creating/wrapping these nodes in 'RegularPolygons2D' namespace.

Nodes:
Adds 4 nodes for creating regular polygons:
- SimplePolygon2D
- RegularPolygon2D
- RegularCollisionPolygon2D
- StarPolygon2D

Complex Properties:
- Width
- Drawn arc
- Corner size/Corner smoothness
There are also c# classes for creating & wrapping these nodes in 'RegularPolygons2D' namespace.
16 changes: 3 additions & 13 deletions addons/2d_regular_polygons/plugin.cfg
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
[plugin]

name="2D Regular Polygons"
description="Adds 4 nodes for creating regular polygons, most with additional options.
1 draws a regular shape, another creates regular collision shapes.
The third also draws regular shapes, but doesn't have additional options the others do.
The fourth draws stars.
There are c# classes for creating/wrapping these nodes in 'RegularPolygons2D' namespace.
Nodes:
description="Adds 4 nodes for creating regular polygons:
- SimplePolygon2D
- RegularPolygon2D
- RegularCollisionPolygon2D
- StarPolygon2D
Complex Properties:
- Width
- Drawn arc
- Corner size/Corner smoothness"
There are also c# classes for creating & wrapping these nodes in 'RegularPolygons2D' namespace."
author="9thAzure"
version="1.1.0"
version="1.1.1"
script="plugin.gd"

0 comments on commit d678dd0

Please sign in to comment.