From 7ba14ba7f5f0cce237a9d27da0f710e521b7ff63 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 28 May 2020 00:49:29 +0200 Subject: [PATCH] removed parentheses around MLEM's name --- Demos/UiDemo.cs | 2 +- Docs/index.md | 2 +- 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 | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Demos/UiDemo.cs b/Demos/UiDemo.cs index b1f7f7a..43fd646 100644 --- a/Demos/UiDemo.cs +++ b/Demos/UiDemo.cs @@ -66,7 +66,7 @@ namespace Demos { // add the root to the demos' ui this.UiSystem.Get("DemoUi").Element.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 (M)LEM (L)ibrary by (E)llpeck for (M)onoGame.")); + 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.")); 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 1c24a6c..7438e04 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -1,6 +1,6 @@ -**(M)LEM (L)ibrary by (E)llpeck for (M)onoGame** 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 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. - Get it [on NuGet](https://www.nuget.org/packages?q=mlem) - Get prerelease builds [on NuGet](https://nuget.ellpeck.de) diff --git a/MLEM.Data/MLEM.Data.csproj b/MLEM.Data/MLEM.Data.csproj index 4285d14..63fd354 100644 --- a/MLEM.Data/MLEM.Data.csproj +++ b/MLEM.Data/MLEM.Data.csproj @@ -6,7 +6,7 @@ Ellpeck - Simple data and network handling for (M)LEM (L)ibrary by (E)llpeck for (M)onoGame + Simple data and network handling for MLEM Library by Ellpeck for 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 9c21443..1b6c7e7 100644 --- a/MLEM.Extended/MLEM.Extended.csproj +++ b/MLEM.Extended/MLEM.Extended.csproj @@ -6,7 +6,7 @@ Ellpeck - (M)LEM (L)ibrary by (E)llpeck for (M)onoGame extension that ties in with MonoGame.Extended + MLEM Library by Ellpeck for 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 bf54d15..cd5b1f1 100644 --- a/MLEM.Startup/MLEM.Startup.csproj +++ b/MLEM.Startup/MLEM.Startup.csproj @@ -7,7 +7,7 @@ Ellpeck - (M)LEM (L)ibrary by (E)llpeck for (M)onoGame combined with some other useful libraries into a quick Game startup class + MLEM Library by Ellpeck for 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 c0a4594..cde6e11 100644 --- a/MLEM.Templates/MLEM.Templates.csproj +++ b/MLEM.Templates/MLEM.Templates.csproj @@ -12,7 +12,7 @@ Template MLEM Templates Ellpeck - (M)LEM (L)ibrary by (E)llpeck for (M)onoGame cross-platform project templates + MLEM Library by Ellpeck for 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 57f61c4..29251d3 100644 --- a/MLEM/MLEM.csproj +++ b/MLEM/MLEM.csproj @@ -6,7 +6,7 @@ Ellpeck - (M)LEM (L)ibrary by (E)llpeck for (M)onoGame provides extension methods and additional features for MonoGame + MLEM Library by Ellpeck for 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 b22425b..ba63da2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -**(M)LEM (L)ibrary by (E)llpeck for (M)onoGame** 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 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. - Get it [on NuGet](https://www.nuget.org/packages?q=mlem) - Get prerelease builds [on NuGet](https://nuget.ellpeck.de)