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 8, 2023
1 parent a898e7b commit 72cd581
Show file tree
Hide file tree
Showing 101 changed files with 1,824 additions and 1,749 deletions.
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -189,9 +189,9 @@ Topologically sorted crates:
* [/utils](/utils) — various utilities (e.g. small Python scripts) intended for
contributors.

### Bevy Schedule Stages
### Bevy Schedule

See de_core::stages::GameStage.
See de_core::baseset::GameSet.

### Coordinate Systems

Expand Down
Loading

0 comments on commit 72cd581

Please sign in to comment.