Example #1
0
        public WaitForChoose(MainScreen _mainScreen)
        {
            mainScreen = _mainScreen;

            components.Add(new Label(this)
            {
                Position  = new Point(BoredGame.wh / 2, BoredGame.wh / 2),
                Font      = Main.MediumFont,
                Text      = "Waiting for the host to choose a game to play...",
                TextAlign = Label.TextAlignEnum.CENTRE_CENTRE
            });
        }