bevy/examples/app
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
..
custom_loop.rs Fix custom_loop example to include plugin finalization (#13215) 2024-05-03 20:12:27 +00:00
drag_and_drop.rs
empty_defaults.rs Doc/module style doc blocks for examples (#4438) 2022-05-16 13:53:20 +00:00
empty.rs
headless_renderer.rs Fixed incorrect behaviour of headless_renderer depending on image dimensions (#13388) 2024-05-19 00:15:15 +00:00
headless.rs
log_layers_ecs.rs Improve tracing layer customization (#13159) 2024-05-12 21:16:56 +00:00
log_layers.rs Improve tracing layer customization (#13159) 2024-05-12 21:16:56 +00:00
logs.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00
no_renderer.rs
plugin_group.rs
plugin.rs
return_after_run.rs
thread_pool_resources.rs
without_winit.rs