コード例 #1
0
        private void load(SettingsOverlay settings)
        {
            textFlow.AddIcon(FontAwesome.Solid.DoorOpen, t =>
            {
                t.Font = t.Font.With(size: 50);
            });

            textFlow.NewLine();

            textFlow.AddParagraph("gamebosu! moved to the settings overlay", t =>
            {
                t.Font   = t.Font.With(size: 24);
                t.Colour = Color4.Yellow;
            });
            textFlow.AddParagraph("Open the settings to access the rom listing", t => t.Font = t.Font.With(size: 16));
            textFlow.AddParagraph("Search for \"open rom listing\" ", t => t.Font            = t.Font.With(size: 12));
        }