MonoGame.Extended-samples icon indicating copy to clipboard operation
MonoGame.Extended-samples copied to clipboard

Results 6 MonoGame.Extended-samples issues
Sort by recently updated
recently updated
newest added

It show this error when I run the game in VSCode: ``` D:\MonoGameTestProjects\MonoGame.Extended-samples-master\.nuget\packages\monogame.content.builder.task\3.8.1.303\build\MonoGame.Content.Builder.Task.targets(142,5): error MSB3073: 命令“dotnet mgcb /quiet /@:"D:\MonoGameTestProjects\MonoGame.Extended-samples-master\src\Games\Platformer\Content\Content.mgcb" /platform:DesktopGL /outputDir:"D:/MonoGameTestProjects/MonoGame.Extended- samples-master/src/Games/Platformer/Content/bin/DesktopGL/Content" /intermediateDir:"D:/MonoGameTestProjects/MonoGame.Extended-samples-master/src/Games/Platformer/Content/obj/DesktopGL/netco reapp3.1/Content" /workingDir:"D:/MonoGameTestProjects/MonoGame.Extended-samples-master/src/Games/Platformer/Content/"”已退出,代码为 -2147450730。 [D:\MonoGameTestProjects\MonoGame.Extended-samples -master\src\Games\Platformer\Platformer.csproj] ```

Hi I've added a NuGet.config file and changed the reference to point to the dll files in the Nuget packages folder but the tmx file still fails to build in...

I recently tried the tiled sample trancparncy was not working. After searching issues I found craftworkgames/MonoGame.Extended#358 Maybe the sample should add ```c# _spriteBatch.Begin(blendState: BlendState.AlphaBlend, samplerState: SamplerState.PointClamp, rasterizerState: RasterizerState.CullNone); ```

Hi, launching the 4 games results in clear bug at a drawing level: - Platformer: the entitites are shifted down respect to the terrain; - Pong: the enemy paddle get...

In the platformer game I noticed the following bugs: * When you manage to jump next the two enemies, you can get kicked off of the map. * You can...

## Description Created a new Entities project in the solution that goes along with the Documentation. ## Related Issues/Tickets Relates to the PR over in the documentation project. ## Changes...