From 6a383e200bfaee08d5baa6fca7c9dda85307a0d2 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 28 Sep 2020 20:53:39 +0200 Subject: [PATCH] a small rebranding --- Demos/UiDemo.cs | 2 +- Docs/index.md | 3 ++- MLEM.Data/MLEM.Data.csproj | 2 +- MLEM.Extended/MLEM.Extended.csproj | 2 +- MLEM.Startup/MLEM.Startup.csproj | 2 +- MLEM.Templates/MLEM.Templates.csproj | 2 +- MLEM/MLEM.csproj | 2 +- README.md | 3 ++- 8 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Demos/UiDemo.cs b/Demos/UiDemo.cs index a2291f7..c2e7735 100644 --- a/Demos/UiDemo.cs +++ b/Demos/UiDemo.cs @@ -63,7 +63,7 @@ namespace Demos { // add the root to the demos' ui this.UiRoot.AddChild(this.root); - this.root.AddChild(new Paragraph(Anchor.AutoLeft, 1, "This is a small demo for MLEM.Ui, a user interface library that is part of the MLEM Library by Ellpeck for MonoGame.")); + this.root.AddChild(new Paragraph(Anchor.AutoLeft, 1, "This is a small demo for MLEM.Ui, a user interface library that is part of the MLEM Library for Extending MonoGame.")); var image = this.root.AddChild(new Image(Anchor.AutoCenter, new Vector2(50, 50), new TextureRegion(this.testTexture, 0, 0, 8, 8)) {IsHidden = true, Padding = new Vector2(3)}); // Setting the x or y coordinate of the size to 1 or a lower number causes the width or height to be a percentage of the parent's width or height // (for example, setting the size's x to 0.75 would make the element's width be 0.75*parentWidth) diff --git a/Docs/index.md b/Docs/index.md index 68a0ffc..aa628ac 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -1,11 +1,12 @@ -**MLEM Library by Ellpeck for MonoGame** is an addition to the game framework [MonoGame](https://www.monogame.net/) that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling. +**MLEM Library for Extending MonoGame** is an addition to the game framework [MonoGame](https://www.monogame.net/) that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling. # What next? - Get it on [NuGet](https://www.nuget.org/packages?q=mlem) - Get prerelease builds on [BaGet](https://nuget.ellpeck.de) - See the source code on [GitHub](https://github.com/Ellpeck/MLEM) +- See tutorials and API documentation on this website - Check out [the demos](https://github.com/Ellpeck/MLEM/tree/master/Demos) on [Desktop](https://github.com/Ellpeck/MLEM/tree/master/Demos.DesktopGL) or [Android](https://github.com/Ellpeck/MLEM/tree/master/Demos.Android) # Gallery diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index 691a405..9fd51a4 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -6,7 +6,7 @@ Ellpeck - Simple data and network handling for MLEM Library by Ellpeck for MonoGame + Simple data and network handling for MLEM Library for Extending MonoGame monogame ellpeck mlem utility extensions data network serialize https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM diff --git a/MLEM.Extended/MLEM.Extended.csproj b/MLEM.Extended/MLEM.Extended.csproj index 14c45ab..07c2c64 100644 --- a/MLEM.Extended/MLEM.Extended.csproj +++ b/MLEM.Extended/MLEM.Extended.csproj @@ -6,7 +6,7 @@ Ellpeck - MLEM Library by Ellpeck for MonoGame extension that ties in with MonoGame.Extended + MLEM Library for Extending MonoGame extension that ties in with MonoGame.Extended monogame ellpeck mlem utility extensions monogame.extended extended https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM diff --git a/MLEM.Startup/MLEM.Startup.csproj b/MLEM.Startup/MLEM.Startup.csproj index 7c6a765..87d44da 100644 --- a/MLEM.Startup/MLEM.Startup.csproj +++ b/MLEM.Startup/MLEM.Startup.csproj @@ -7,7 +7,7 @@ Ellpeck - MLEM Library by Ellpeck for MonoGame combined with some other useful libraries into a quick Game startup class + MLEM Library for Extending MonoGame combined with some other useful libraries into a quick Game startup class monogame ellpeck mlem utility extensions https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM diff --git a/MLEM.Templates/MLEM.Templates.csproj b/MLEM.Templates/MLEM.Templates.csproj index 41143fb..ca90500 100644 --- a/MLEM.Templates/MLEM.Templates.csproj +++ b/MLEM.Templates/MLEM.Templates.csproj @@ -12,7 +12,7 @@ Template MLEM Templates Ellpeck - MLEM Library by Ellpeck for MonoGame cross-platform project templates + MLEM Library for Extending MonoGame cross-platform project templates dotnet-new templates monogame ellpeck mlem utility extensions https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM diff --git a/MLEM/MLEM.csproj b/MLEM/MLEM.csproj index 1c613f8..a6b863e 100644 --- a/MLEM/MLEM.csproj +++ b/MLEM/MLEM.csproj @@ -6,7 +6,7 @@ Ellpeck - MLEM Library by Ellpeck for MonoGame provides extension methods and additional features for MonoGame + MLEM Library for Extending MonoGame provides extension methods and additional features for MonoGame monogame ellpeck mlem utility extensions https://mlem.ellpeck.de/ https://github.com/Ellpeck/MLEM diff --git a/README.md b/README.md index 5e64475..41c2828 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -**MLEM Library by Ellpeck for MonoGame** is an addition to the game framework [MonoGame](https://www.monogame.net/) that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling. +**MLEM Library for Extending MonoGame** is an addition to the game framework [MonoGame](https://www.monogame.net/) that provides extension methods, quality of life improvements and additional features like a ui system and easy input handling. # What next? - Get it on [NuGet](https://www.nuget.org/packages?q=mlem) - Get prerelease builds on [BaGet](https://nuget.ellpeck.de) +- See the source code in this repository - See tutorials and API documentation on [the website](https://mlem.ellpeck.de/) - Check out [the demos](https://github.com/Ellpeck/MLEM/tree/master/Demos) on [Desktop](https://github.com/Ellpeck/MLEM/tree/master/Demos.DesktopGL) or [Android](https://github.com/Ellpeck/MLEM/tree/master/Demos.Android)