Skip to content

Commit

Permalink
Upgrade to Bevy v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Mar 7, 2023
1 parent d0e4ccc commit df1460a
Show file tree
Hide file tree
Showing 94 changed files with 1,065 additions and 1,051 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
When the complexity grows, split the system and use events for inter-system
communication.

* Label struct names end with `Label` (for example `CameraLabel`). Event struct
* SystemSet enum names end with `Set` (for example `CameraSet`). Event struct
names end with `Event` (for example `DoubleClickEvent`).

### Crate Structure
Expand Down
Loading

0 comments on commit df1460a

Please sign in to comment.