stuff
This commit is contained in:
parent
fd25025889
commit
36134e1ea5
2 changed files with 3 additions and 2 deletions
|
@ -756,7 +756,7 @@ item.Background= new NinePatchRegion(
|
||||||
var visibleTilesY = GraphicsDevice.Viewport.Height / _state.TileSize + 1;
|
var visibleTilesY = GraphicsDevice.Viewport.Height / _state.TileSize + 1;
|
||||||
|
|
||||||
DrawMap();
|
DrawMap();
|
||||||
ApplyShaderToMap();
|
//ApplyShaderToMap();
|
||||||
|
|
||||||
_spriteBatch.Begin(
|
_spriteBatch.Begin(
|
||||||
transformMatrix: Matrix.CreateTranslation(_viewportCenter),
|
transformMatrix: Matrix.CreateTranslation(_viewportCenter),
|
||||||
|
@ -764,7 +764,7 @@ item.Background= new NinePatchRegion(
|
||||||
|
|
||||||
DrawTiles();
|
DrawTiles();
|
||||||
|
|
||||||
DrawWalls();
|
//DrawWalls();
|
||||||
|
|
||||||
DrawOverlays();
|
DrawOverlays();
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="BaGet" value="https://baget.michelescandura.com/v3/index.json" />
|
<add key="BaGet" value="https://baget.michelescandura.com/v3/index.json" />
|
||||||
|
<add key="MonogamePreview" value="http://teamcity.monogame.net/guestAuth/app/nuget/feed/_Root/default/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue