Fixed links
This commit is contained in:
parent
e4d5d8c794
commit
8d8b7ad3a6
@ -1,4 +1,4 @@
|
|||||||
*| [JavaECS](../../README.md) | [docs](../overview.md) | [component](./dir.md) | component[]().md*
|
*| [JavaECS](../../README.md) | [docs](../overview.md) | [component](./dir.md) | Component[]().md*
|
||||||
# Component
|
# Component
|
||||||
|
|
||||||
### Contents
|
### Contents
|
||||||
@ -45,7 +45,7 @@ I.e.:
|
|||||||
|
|
||||||
The `position` component might not have a `position_system`, but may be utilised by the `collision_system`, which may use `position.x` and `position.y` to determine the location of the entity.
|
The `position` component might not have a `position_system`, but may be utilised by the `collision_system`, which may use `position.x` and `position.y` to determine the location of the entity.
|
||||||
|
|
||||||
See [System](../system/system.md) for more information.
|
See [System](../system/System.md) for more information.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user