Skip to content

Commit

Permalink
imagine computers being useful
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxyUwU committed Jun 20, 2021
1 parent 166936f commit 9c6550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Example | File | Description
`iter_combinations` | [`ecs/iter_combinations.rs`](./ecs/iter_combinations.rs) | Shows how to iterate over combinations of query results.
`parallel_query` | [`ecs/parallel_query.rs`](./ecs/parallel_query.rs) | Illustrates parallel queries with `ParallelIterator`
`query_bundle` | [`ecs/query_bundle.rs`](./ecs/query_bundle.rs) | Shows how to query entities that contain components in a `Bundle`
`relations_grouping` | [`ecs/relations_grouping.rs`])(./ecs/relations_grouping.rs) | Group entities using `Relations` and then query for entities in those groups
`relations_grouping` | [`ecs/relations_grouping.rs`](./ecs/relations_grouping.rs) | Group entities using `Relations` and then query for entities in those groups
`removal_detection` | [`ecs/removal_detection.rs`](./ecs/removal_detection.rs) | Query for entities that had a specific component removed in a previous stage during the current frame.
`startup_system` | [`ecs/startup_system.rs`](./ecs/startup_system.rs) | Demonstrates a startup system (one that runs once when the app starts up)
`state` | [`ecs/state.rs`](./ecs/state.rs) | Illustrates how to use States to control transitioning from a Menu state to an InGame state
Expand Down

0 comments on commit 9c6550d

Please sign in to comment.