From 735f64c5e4a598dc37829e3870321230b47b2ef4 Mon Sep 17 00:00:00 2001 From: duysqubix Date: Wed, 11 Oct 2023 20:12:26 -0500 Subject: [PATCH] renamed plugins to extensions --- ext/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/README.md b/ext/README.md index 977888d..1cbcfab 100644 --- a/ext/README.md +++ b/ext/README.md @@ -8,9 +8,9 @@ to pushing Pixel to the next level. ## Extension List -* [gameloop](gameloop/README.md) - A plugin that allows you to run a game loop in Pixel. -* [imdraw](imdraw/README.md) - A plugin that allows you to draw primitives in Pixel. -* [text](text/README.md) - A plugin that allows you to draw text in Pixel. +* [gameloop](gameloop/README.md) - An extension that allows you to run a game loop in Pixel. +* [imdraw](imdraw/README.md) - An extension that allows you to draw primitives in Pixel. +* [text](text/README.md) - An extension that allows you to draw text in Pixel. ## Creating a Plugin