mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 03:32:47 +00:00
Revert "little gaf to allow dev build to work"
This reverts commit 0cd57d2f1dd6ae593797ff4de2486b58baaffb20.
This commit is contained in:
parent
0cd57d2f1d
commit
133c82df04
@ -24,8 +24,10 @@ namespace QSB.Utility
|
|||||||
private const float Column4 = Column3 + FixedWidth;
|
private const float Column4 = Column3 + FixedWidth;
|
||||||
private float column4Offset = 10f;
|
private float column4Offset = 10f;
|
||||||
|
|
||||||
private GUIStyle guiStyle = new GUIStyle();
|
private GUIStyle guiStyle = new GUIStyle()
|
||||||
private void Awake() => guiStyle.fontSize = 9;
|
{
|
||||||
|
fontSize = 9
|
||||||
|
};
|
||||||
|
|
||||||
private void WriteLine(int collumnID, string text)
|
private void WriteLine(int collumnID, string text)
|
||||||
{
|
{
|
||||||
@ -151,4 +153,4 @@ namespace QSB.Utility
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user