From f12045ad71fc458e1cc90d90111f198a9b7295ff Mon Sep 17 00:00:00 2001 From: Bayu Santoso Widodo <110602582+bayu-sw@users.noreply.github.com> Date: Sat, 3 Aug 2024 08:50:57 +0700 Subject: [PATCH 1/2] Add PixelPen in the list of 4.2+ godot plugins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42c95d7779..72d9269681 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support). - [Maaack's Game Template Plugin](https://github.com/Maaack/Godot-Game-Template) - Template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene. - [Maaack's Menus Template](https://github.com/Maaack/Godot-Menus-Template) - Template with a main menu, options menus, credits, and a scene loader. - [Maaack's Scene Loader](https://github.com/Maaack/Godot-Scene-Loader) - Scene loader that includes a loading screen, progress bar, and error handling. +- [PixelPen](https://github.com/pixelpen-dev/pixelpen) - PixelArt Drawing and Animation: Includes common drawing tools such as selection, shape creation, mirroring, tiling, and animation features. All in godot editor. #### Godot 3.2+ From 0165c0d00cccaadf6022fca9fcda1807ef76d075 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 3 Aug 2024 22:53:37 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72d9269681..e9b5b8387e 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support). - [Maaack's Game Template Plugin](https://github.com/Maaack/Godot-Game-Template) - Template with a main menu, options menus, pause menu, credits, scene loader, extra tools, and an example game scene. - [Maaack's Menus Template](https://github.com/Maaack/Godot-Menus-Template) - Template with a main menu, options menus, credits, and a scene loader. - [Maaack's Scene Loader](https://github.com/Maaack/Godot-Scene-Loader) - Scene loader that includes a loading screen, progress bar, and error handling. -- [PixelPen](https://github.com/pixelpen-dev/pixelpen) - PixelArt Drawing and Animation: Includes common drawing tools such as selection, shape creation, mirroring, tiling, and animation features. All in godot editor. +- [PixelPen](https://github.com/pixelpen-dev/pixelpen) - Pixel art drawing and animation: Common drawing tools such as selection, shape creation, mirroring, tiling, and animation features within the Godot editor. #### Godot 3.2+