disabled Map
This commit is contained in:
parent
89978f0fc3
commit
8358be3a40
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ namespace ZoFo.GameCore
|
||||||
collisionManager = new CollisionManager();
|
collisionManager = new CollisionManager();
|
||||||
gameObjects = new List<GameObject>();
|
gameObjects = new List<GameObject>();
|
||||||
entities = new List<Entity>();
|
entities = new List<Entity>();
|
||||||
new MapManager().LoadMap();
|
//new MapManager().LoadMap();
|
||||||
|
|
||||||
AppManager.Instance.server.RegisterGameObject(new EntittyForAnimationTests(new Vector2(40, 40)));
|
AppManager.Instance.server.RegisterGameObject(new EntittyForAnimationTests(new Vector2(40, 40)));
|
||||||
AppManager.Instance.server.RegisterGameObject(new Player(new Vector2(140, 140)));
|
AppManager.Instance.server.RegisterGameObject(new Player(new Vector2(140, 140)));
|
||||||
|
|
Loading…
Add table
Reference in a new issue