mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
make some fields public
This commit is contained in:
parent
a0930b5cf7
commit
d7b295b46b
@ -16,8 +16,8 @@ internal class QSBNomaiTranslatorProp : MonoBehaviour
|
||||
public Font _defaultPropFont;
|
||||
public Font _defaultPropFontDynamic;
|
||||
public float _defaultFontSpacing = 0.7f;
|
||||
private Text _textField;
|
||||
private Text _pageNumberTextField;
|
||||
public Text _textField;
|
||||
public Text _pageNumberTextField;
|
||||
|
||||
private Font _fontInUse;
|
||||
private Font _dynamicFontInUse;
|
||||
|
Loading…
Reference in New Issue
Block a user