- Delete `TestScript` and associated components no longer in use. - Refactor `DebugUi` with a generalized labeling system to streamline UI updates and scalability. - Replace inline UI styles in `UI Document` with external USS file for cleaner and maintainable styling. - Update `SampleScene` configurations to align with these changes and remove redundant object references.
9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
.labelContainer {
|
|
flex-grow: 0;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.label {
|
|
justify-content: center;
|
|
}
|