Help embed ticker in this paragraph here.
Here, by default, the text changes simply, but I need it to be a crawl line:
{ "MessageBox", new PanelConfig { Available = true, Dock = "TopRightDock", Order = 7, AnchorX = "Right", AnchorY = "Bottom", Margin = "0 0 0 0.005", Width = 1f, Height = 0.95f, BackgroundColor = "0 0 0 0.4", Text = new PanelTextConfig { Align = TextAnchor.MiddleCenter, FontColor = DefaultFontColor, FontSize = 14, }, PanelSettings = new Dictionary<string,object> { { "MessageUpdateFrequency (seconds)", MessageUpdateFrequency }, { "MsgOrder","normal" } } } }`