From 3e0db4a2556c02b66d47937a5dca8a6aef97af48 Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Fri, 12 Jan 2024 17:15:33 +0100 Subject: [PATCH] Add AnimatedShape2D plugin (#310) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 84e3cce..c0dc83f 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,10 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support). - [Tiled importer](https://github.com/vnen/godot-tiled-importer) - Import maps from [Tiled](https://www.mapeditor.org/) (Godot 3.x). - [TileSet Builder](https://github.com/HeavenMercy/TileSet-Builder-Godot-Plugin) - Quickly build tilesets with style (Godot 3.x). +#### Godot 4.2+ + +- [AnimatedShape2D](https://github.com/Goutte/godot-addon-animated-shape-2d) - Animate a CollisionShape2D along with the frames of an AnimatedSprite2D. + #### Godot 3.2+ - [AntialiasedLine2D](https://github.com/godot-extended-libraries/godot-antialiased-line2d) - Higher-quality antialiased Line2D and Polygon2D drawing compared to the default Godot implementation (GLES3 + GLES2, all platforms).