bevy/examples/ecs
UkoeHB a6be9b4ccd
Rename TextBlock to TextLayout (#15797)
# Objective

- Improve clarity when spawning a text block. See [this
discussion](https://github.com/bevyengine/bevy/pull/15591/#discussion_r1787083571).

## Solution

- Rename `TextBlock` to `TextLayout`.
2024-10-09 20:58:27 +00:00
..
change_detection.rs Track source location in change detection (#14034) 2024-07-30 12:02:38 +00:00
component_hooks.rs
custom_query_param.rs
custom_schedule.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
dynamic.rs
ecs_guide.rs
event.rs
fallible_params.rs
fixed_timestep.rs
generic_system.rs Add insert_state to App. (#11043) 2023-12-21 14:09:24 +00:00
hierarchy.rs
iter_combinations.rs
nondeterministic_system_order.rs
observer_propagation.rs
observers.rs
one_shot_systems.rs
parallel_query.rs Migrate bevy_sprite to required components (#15489) 2024-10-09 16:17:26 +00:00
removal_detection.rs
run_conditions.rs
send_and_receive_events.rs
startup_system.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
system_closure.rs
system_param.rs
system_piping.rs
system_stepping.rs