/// <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); }