Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/andygeiss/ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
andygeiss committed Aug 16, 2024
2 parents 6cb9440 + 25a32f2 commit 21f6f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ these components. Entities are simply a composition of components that provide
a scalable data-oriented architecture.

A component needs to implement the methods defined by the interface
[Component](https://github.com/andygeiss/ecs/blob/master/core/entity.go).
[Component](https://github.com/andygeiss/ecs/blob/master/core/component.go).
Let's define our `Player` components by first creating a mask at
`components/components.go`:

Expand Down

0 comments on commit 21f6f08

Please sign in to comment.