trying to merge identity in api
This commit is contained in:
parent
9d4fd1e6c0
commit
5f6095f3ef
39 changed files with 868 additions and 282 deletions
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.AspNetCore.SignalR.Client;
|
||||
using Microsoft.AspNetCore.SignalR.Client;
|
||||
using Microsoft.Xna.Framework;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
using Microsoft.Xna.Framework.Input;
|
||||
|
@ -38,6 +38,11 @@ namespace Sledgemapper
|
|||
public Sledgemapper()
|
||||
{
|
||||
_graphics = new GraphicsDeviceManager(this);
|
||||
|
||||
_graphics.GraphicsProfile = GraphicsProfile.Reach;
|
||||
_graphics.PreferMultiSampling = false;
|
||||
//GraphicsDevice?.PresentationParameters.MultiSampleCount = 8;
|
||||
|
||||
Content.RootDirectory = "Content";
|
||||
_desktop = new Desktop();
|
||||
MyraEnvironment.Game = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue