Removed references to MonoGame Pipeline Tool

No longer included with MonoGame.
This commit is contained in:
Terrannus 2021-10-20 16:14:31 +02:00 committed by GitHub
parent afacb20af4
commit befae36401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View File

@ -16,10 +16,6 @@ namespace project_name
.AddComponent<DemoComponent>() .AddComponent<DemoComponent>()
.AddComponent(new PrototypeSpriteRenderer(20, 20)); .AddComponent(new PrototypeSpriteRenderer(20, 20));
var logo = Content.Load<Texture2D>("nez-logo-black");
CreateEntity("logo")
.SetPosition(Screen.Center)
.AddComponent(new SpriteRenderer(logo));
} }
} }
} }

View File

@ -56,9 +56,6 @@
<MonoGameContentReference Include="CompiledContent\Content.mgcb"/> <MonoGameContentReference Include="CompiledContent\Content.mgcb"/>
</ItemGroup> </ItemGroup>
<Import Project="../MonoGameContent.targets"/>
<PropertyGroup> <PropertyGroup>
<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX> <IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX>
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux> <IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>