mirror of
https://github.com/openeggbert/mobile-eggbert-monogame-desktop.git
synced 2025-04-02 11:26:14 +02:00
Several fixes after migration from XNA to MonoGame II
This commit is contained in:
parent
f0c1a1e4b3
commit
6bac7a7d5b
@ -1,2 +1,2 @@
|
|||||||
using var game = new Speedy_Blupi.Game1();
|
using var game = new WindowsPhoneSpeedyBlupi.Game1();
|
||||||
game.Run();
|
game.Run();
|
||||||
|
@ -8,9 +8,9 @@ using System.Resources;
|
|||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using WindowsPhoneSpeedyBlupi;
|
using WindowsPhoneSpeedyBlupi;
|
||||||
|
|
||||||
[DebuggerNonUserCode]
|
//[DebuggerNonUserCode]
|
||||||
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
//[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||||
[CompilerGenerated]
|
//[CompilerGenerated]
|
||||||
|
|
||||||
namespace WindowsPhoneSpeedyBlupi
|
namespace WindowsPhoneSpeedyBlupi
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user