Hallway textscreens (#24189)
* hallway screen refactor pending comms console support * comms console broadcasts * screen and timer localization
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System.Numerics;
|
||||
using Content.Shared.TextScreen;
|
||||
using Robust.Client.Graphics;
|
||||
|
||||
namespace Content.Client.TextScreen;
|
||||
@@ -37,7 +36,7 @@ public sealed partial class TextScreenVisualsComponent : Component
|
||||
/// Number of rows of text this screen can render.
|
||||
/// </summary>
|
||||
[DataField("rows")]
|
||||
public int Rows = 1;
|
||||
public int Rows = 2;
|
||||
|
||||
/// <summary>
|
||||
/// Spacing between each text row
|
||||
|
||||
Reference in New Issue
Block a user