/// <summary> /// </summary> private void CreateHeader() { Header = new MenuHeader(FontAwesome.Get(FontAwesomeIcon.fa_group_profile_users), "MULTIPLAYER", "LOBBY", "find or create an online match", Colors.MainAccent) { Parent = Container }; Header.Y = -Header.Height; Header.MoveToY(0, Easing.OutQuint, 600); }
/// <summary> /// </summary> private void CreateHeader() { Header = new MenuHeader(FontAwesome.Get(FontAwesomeIcon.fa_earth_globe), "MULTIPLAYER", "GAME", "play a match in real-time with others", Colors.MainAccent) { Parent = Container }; Header.Y = -Header.Height; Header.MoveToY(0, Easing.OutQuint, 600); }