Exemplo n.º 1
0
        /// <summary>
        /// Creates the various window widgets around the main play view.
        /// All indicators are higher than the block viewport.
        /// </summary>
        private void CreateIndicators()
        {
            // Create the indicators
            indicators = new IndicatorsViewport();
            sprites.Add(indicators);

            // Create the minimap
            minimap = new MinimapViewport(this);
            sprites.Add(minimap);
        }
Exemplo n.º 2
0
        /// <summary>
        /// Creates the various window widgets around the main play view.
        /// All indicators are higher than the block viewport.
        /// </summary>
        private void CreateIndicators()
        {
            // Create the indicators
            indicators = new IndicatorsViewport();
            sprites.Add(indicators);

            // Create the minimap
            minimap = new MinimapViewport(this);
            sprites.Add(minimap);
        }