bevy/examples/animation
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
..
animated_fox.rs Implement the AnimationGraph, allowing for multiple animations to be blended together. (#11989) 2024-03-07 20:22:42 +00:00
animated_transform.rs Implement the AnimationGraph, allowing for multiple animations to be blended together. (#11989) 2024-03-07 20:22:42 +00:00
animation_graph.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00
color_animation.rs Move Point out of cubic splines module and expand it (#12747) 2024-03-28 13:40:26 +00:00
cubic_curve.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00
custom_skinned_mesh.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00
gltf_skinned_mesh.rs Remove redundant imports (#12817) 2024-04-01 19:59:08 +00:00
morph_targets.rs Implement the AnimationGraph, allowing for multiple animations to be blended together. (#11989) 2024-03-07 20:22:42 +00:00