refactor: update text wrapping mode in RobotBootSequence and clean up CRTRendererFeature
This commit is contained in:
@@ -257,7 +257,7 @@ public class RobotBootSequence : MonoBehaviour
|
||||
text.fontSize = 40f;
|
||||
text.alignment = TextAlignmentOptions.Left;
|
||||
text.color = BootTextColor;
|
||||
text.enableWordWrapping = true;
|
||||
text.textWrappingMode = TextWrappingModes.Normal;
|
||||
|
||||
return text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user