Ejemplo n.º 1
0
        public override void LoadContent()
        {
            map.setLevel(currentLevel);
            map.GenerateLevel();
            key.Load();
            player.Load();

            background = Resources.LoadFile["Background"];

            levelWidth  = map.LevelCurrent.Width;
            levelHeight = map.LevelCurrent.Height;
        }