Skip to content

Commit

Permalink
File endings are no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi authored Mar 22, 2024
1 parent 35f3d38 commit 00e31aa
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 @@ -33,7 +33,7 @@ struct Level {
```

With the types ready, you can start adding asset plugins. Every plugin gets the asset type that it is supposed to load
as a generic parameter. You also need to configure custom file endings for each plugin:
as a generic parameter. You can also configure custom file endings for each plugin:
```rust no_run
use bevy::prelude::*;
use bevy_common_assets::json::JsonAssetPlugin;
Expand Down

0 comments on commit 00e31aa

Please sign in to comment.