Remote dveře se renderují na mapě. Opravena chyba v GlobalMapTile.CoordsToId, která způsobovala desynchronizaci id místností
This commit is contained in:
parent
7e6b3d724b
commit
70b5debb22
7 changed files with 58 additions and 27 deletions
|
|
@ -10,7 +10,7 @@ using MonoGameLibrary.Input;
|
|||
|
||||
namespace FNAF_Clone;
|
||||
|
||||
public class GameMain() : Core("fnafkooo", 1920, 1080, false) {
|
||||
public class GameMain() : Core("fnafkooo", 1280, 720, false) {
|
||||
// private GraphicsDeviceManager _graphics;
|
||||
// private SpriteBatch _spriteBatch;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue