bevy/examples/window
Rob Parrett 90b5ed6c93
Adjust some example text to match visual guidelines (#15966)
# Objective

Adjust instruction text in some newer examples to match the [example
visual
guidelines](https://bevyengine.org/learn/contribute/helping-out/creating-examples/#visual-guidelines).

## Solution

Move text 12px from edge of screen

## Testing

```
cargo run --example alter_mesh
cargo run --example alter_sprite
cargo run --example camera_orbit
cargo run --example projection_zoom
cargo run --example irradiance_volumes
cargo run --example log_layers_ecs
cargo run --example multi_asset_sync
cargo run --example multiple_windows
cargo run --example order_independent_transparency
```

## Additional information

This isn't comprehensive, just the most trivial cases. I'll double check
my notes and probably follow up with an issue to look into visual
guidelines for a few other examples.
2024-10-17 01:01:32 +00:00
..
clear_color.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
custom_user_event.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
low_power.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00
monitor_info.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
multiple_windows.rs Adjust some example text to match visual guidelines (#15966) 2024-10-17 01:01:32 +00:00
scale_factor_override.rs Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00
screenshot.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
transparent_window.rs Migrate bevy_sprite to required components (#15489) 2024-10-09 16:17:26 +00:00
window_drag_move.rs Add window drag move and drag resize without decoration example. (#15814) 2024-10-15 23:38:35 +00:00
window_resizing.rs Migrate from Query::single and friends to Single (#15872) 2024-10-13 20:32:06 +00:00
window_settings.rs Fix *most* clippy lints (#15906) 2024-10-14 20:52:35 +00:00