Files
StarPilot/system/ui
Cameron Clough c9259a9bcf ui(raylib): update spinner vertical pos (#35051)
Adjust the spinner vertical position when displaying text or a progress bar

- When displaying the progress bar, center the comma logo and spinner in the middle of the screen
- When displaying text, center the entire content vertically

Also updated `wrap_text` to not include an empty line in the array if it's the first line, so that `wrap_text("")` always returns `[]`
2025-04-22 20:54:36 +01:00
..
2025-02-17 10:40:07 -08:00
2025-04-21 16:13:55 -07:00

ui

The user interfaces here are built with raylib.

Quick start: