mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
removed parentheses around MLEM's name
This commit is contained in:
parent
b270fe3977
commit
7ba14ba7f5
8 changed files with 8 additions and 8 deletions
|
@ -66,7 +66,7 @@ namespace Demos {
|
||||||
// add the root to the demos' ui
|
// add the root to the demos' ui
|
||||||
this.UiSystem.Get("DemoUi").Element.AddChild(this.root);
|
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)});
|
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
|
// 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)
|
// (for example, setting the size's x to 0.75 would make the element's width be 0.75*parentWidth)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<img src="Logo.svg" width="25%" >
|
<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 it [on NuGet](https://www.nuget.org/packages?q=mlem)
|
||||||
- Get prerelease builds [on NuGet](https://nuget.ellpeck.de)
|
- Get prerelease builds [on NuGet](https://nuget.ellpeck.de)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>Ellpeck</Authors>
|
<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>
|
<PackageTags>monogame ellpeck mlem utility extensions data network serialize</PackageTags>
|
||||||
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>Ellpeck</Authors>
|
<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>
|
<PackageTags>monogame ellpeck mlem utility extensions monogame.extended extended</PackageTags>
|
||||||
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>Ellpeck</Authors>
|
<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>
|
<PackageTags>monogame ellpeck mlem utility extensions</PackageTags>
|
||||||
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<PackageType>Template</PackageType>
|
<PackageType>Template</PackageType>
|
||||||
<Title>MLEM Templates</Title>
|
<Title>MLEM Templates</Title>
|
||||||
<Authors>Ellpeck</Authors>
|
<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>
|
<PackageTags>dotnet-new templates monogame ellpeck mlem utility extensions</PackageTags>
|
||||||
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>Ellpeck</Authors>
|
<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>
|
<PackageTags>monogame ellpeck mlem utility extensions</PackageTags>
|
||||||
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
<PackageProjectUrl>https://mlem.ellpeck.de/</PackageProjectUrl>
|
||||||
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<img src="Logo.png" width="25%" >
|
<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 it [on NuGet](https://www.nuget.org/packages?q=mlem)
|
||||||
- Get prerelease builds [on NuGet](https://nuget.ellpeck.de)
|
- Get prerelease builds [on NuGet](https://nuget.ellpeck.de)
|
||||||
|
|
Loading…
Reference in a new issue