diff --git a/Docs/index.md b/Docs/index.md index 518a73f..0ea42a8 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -14,7 +14,7 @@ - **MLEM** is the base package, which provides extension methods and additional features for MonoGame - **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types - **MLEM.Extended** ties in with MonoGame.Extended and other MonoGame libraries -- **MLEM.Data** provides simple loading and processing of textures and data +- **MLEM.Data** provides simple loading and processing of textures and other data - **MLEM.Startup** combines MLEM with some other useful libraries into a quick Game startup class - **MLEM.Templates** contains cross-platform project templates diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index 02c18f6..91b4252 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -7,7 +7,7 @@ Ellpeck - Simple loading and processing of textures and data for MLEM Library for Extending MonoGame + Simple loading and processing of textures and other data for MonoGame See the full changelog at https://mlem.ellpeck.de/CHANGELOG monogame ellpeck mlem utility extensions data serialize https://mlem.ellpeck.de/ diff --git a/MLEM.Ui/MLEM.Ui.csproj b/MLEM.Ui/MLEM.Ui.csproj index 91610a2..49b3d35 100644 --- a/MLEM.Ui/MLEM.Ui.csproj +++ b/MLEM.Ui/MLEM.Ui.csproj @@ -7,7 +7,7 @@ Ellpeck - A mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types + A mouse, keyboard, gamepad and touch ready Ui system for MonoGame that features automatic anchoring, sizing and several ready-to-use element types See the full changelog at https://mlem.ellpeck.de/CHANGELOG monogame ellpeck mlem ui user interface graphical gui system mouse keyboard gamepad touch https://mlem.ellpeck.de/ diff --git a/README.md b/README.md index be762fc..78facfd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - **MLEM** is the base package, which provides extension methods and additional features for MonoGame - **MLEM.Ui** features a mouse, keyboard, gamepad and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types - **MLEM.Extended** ties in with MonoGame.Extended and other MonoGame libraries -- **MLEM.Data** provides simple loading and processing of textures and data +- **MLEM.Data** provides simple loading and processing of textures and other data - **MLEM.Startup** combines MLEM with some other useful libraries into a quick Game startup class - **MLEM.Templates** contains cross-platform project templates