bevy/examples/audio
Martín Maita f237cf2441
Updates default Text font size to 24px (#13603)
# Objective

- The default font size is too small to be useful in examples or for
debug text.
- Fixes #13587

## Solution

- Updated the default font size value in `TextStyle` from 12px to 24px.
- Resorted to Text defaults in examples to use the default font size in
most of them.

## Testing

- WIP

---

## Migration Guide

- The default font size has been increased to 24px from 12px. Make sure
you set the font to the appropriate values in places you were using
`Default` text style.
2024-05-31 16:41:27 +00:00
..
audio.rs Adding explanation for loading additonal audio formats to example (#12998) 2024-04-20 02:15:06 +00:00
audio_control.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
decodable.rs Remove TypeUuid (#11497) 2024-01-25 16:16:58 +00:00
pitch.rs Update winit dependency to 0.29 (#10702) 2023-12-21 07:40:47 +00:00
soundtrack.rs Programmed soundtrack example (#12774) 2024-03-29 20:32:30 +00:00
spatial_audio_2d.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00
spatial_audio_3d.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00