1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-16 06:08:46 +02:00

removed parentheses around MLEM's name

This commit is contained in:
Ellpeck 2020-05-28 00:49:29 +02:00
parent b270fe3977
commit 7ba14ba7f5
8 changed files with 8 additions and 8 deletions

View file

@ -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)

View file

@ -1,6 +1,6 @@
<img src="Logo.svg" width="25%" >
**(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)

View file

@ -6,7 +6,7 @@
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>Simple data and network handling for (M)LEM (L)ibrary by (E)llpeck for (M)onoGame</Description>
<Description>Simple data and network handling for MLEM Library by Ellpeck for MonoGame</Description>
<PackageTags>monogame ellpeck mlem utility extensions data network serialize</PackageTags>
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -6,7 +6,7 @@
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame extension that ties in with MonoGame.Extended</Description>
<Description>MLEM Library by Ellpeck for MonoGame extension that ties in with MonoGame.Extended</Description>
<PackageTags>monogame ellpeck mlem utility extensions monogame.extended extended</PackageTags>
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -7,7 +7,7 @@
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame combined with some other useful libraries into a quick Game startup class</Description>
<Description>MLEM Library by Ellpeck for MonoGame combined with some other useful libraries into a quick Game startup class</Description>
<PackageTags>monogame ellpeck mlem utility extensions</PackageTags>
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -12,7 +12,7 @@
<PackageType>Template</PackageType>
<Title>MLEM Templates</Title>
<Authors>Ellpeck</Authors>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame cross-platform project templates</Description>
<Description>MLEM Library by Ellpeck for MonoGame cross-platform project templates</Description>
<PackageTags>dotnet-new templates monogame ellpeck mlem utility extensions</PackageTags>
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -6,7 +6,7 @@
<PropertyGroup>
<Authors>Ellpeck</Authors>
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame provides extension methods and additional features for MonoGame</Description>
<Description>MLEM Library by Ellpeck for MonoGame provides extension methods and additional features for MonoGame</Description>
<PackageTags>monogame ellpeck mlem utility extensions</PackageTags>
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>

View file

@ -1,6 +1,6 @@
<img src="Logo.png" width="25%" >
**(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)