Skip to content

Commit

Permalink
docs: proofread final instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Trouv committed Jan 31, 2024
1 parent dba85cd commit 6a8123f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Create a second relational component that stores the actual bevy `Entity` that t
{{ #include ../../../examples/field_instances/mother.rs:26:27 }}
```

Finally, create a ["post-processing"](../explanation/game-logic-integration.html#post-processing-plugin-spawned-entities) system that takes entities with the `Unresolved` component, and replaces it with the relational component.
Finally, create a ["post-processing"](../explanation/game-logic-integration.html#post-processing-plugin-spawned-entities) system that takes entities with the `Unresolved` component, finds the entity with the matching `EntityIid`, and replaces the `Unresolved` component with the relational component.
```rust,no_run
# use bevy::prelude::*;
# use bevy_ecs_ldtk::prelude::*;
Expand Down

0 comments on commit 6a8123f

Please sign in to comment.