mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
Removed references to MonoGame Pipeline Tool
No longer included with MonoGame.
This commit is contained in:
parent
afacb20af4
commit
befae36401
@ -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));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user