remove commented code

This commit is contained in:
in0finite 2020-06-06 20:45:44 +02:00
parent 19fc36d718
commit 29b7ae65f0

View file

@ -12,8 +12,6 @@ namespace SanAndreasUnity.Utilities
public Color TextColor { get => this.TextComponent.color; set => this.TextComponent.color = value; }
//public Color backgroundColor = new Color(0, 0, 0, 1); // transparent
/// in percentage of screen dimensions
public Vector2 ScreenPos
{