From 9ccb3536a0d43154c5eb77e2c0160c518a94f013 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 21 Jan 2022 00:21:48 +0100 Subject: [PATCH] improved MLEM.Data description --- Docs/index.md | 2 +- MLEM.Data/MLEM.Data.csproj | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Docs/index.md b/Docs/index.md index b6d367d..e5957d6 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 data handling +- **MLEM.Data** provides simple loading and processing of textures and 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 cd41862..02c18f6 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -7,7 +7,7 @@ Ellpeck - Simple data handling for MLEM Library for Extending MonoGame + Simple loading and processing of textures and data for MLEM Library for Extending 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/README.md b/README.md index 5823978..0ad7d60 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 data handling +- **MLEM.Data** provides simple loading and processing of textures and data - **MLEM.Startup** combines MLEM with some other useful libraries into a quick Game startup class - **MLEM.Templates** contains cross-platform project templates