Files
pogo-stick-game/Assets/debugUi.uss
ondroftw 40a90158aa Remove TestScript and unused game objects, refine UI styling
- 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.
2025-10-21 20:40:45 +02:00

9 lines
104 B
Plaintext

.labelContainer {
flex-grow: 0;
flex-direction: row;
}
.label {
justify-content: center;
}