Skip to content

Commit

Permalink
Fixed screens link
Browse files Browse the repository at this point in the history
  • Loading branch information
Freyja-moth committed Aug 6, 2024
1 parent 67033ee commit 477d39e
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 @@ -49,7 +49,7 @@ This template comes with a basic project structure that you may find useful:
| Path | Description |
|------------------------------------------|-------------------------------------------------------|
| [`src/lib.rs`](./src/lib.rs) | App setup |
| [`src/screen/`](./src/screen) | Splash screen, title screen, playing screen, etc. |
| [`src/screens/`](./src/screens) | Splash screen, title screen, playing screen, etc. |
| [`src/game/`](./src/game) | Game mechanics & content (replace with your own code) |
| [`src/ui/`](./src/ui) | Reusable UI widgets & theming |
| [`src/dev_tools.rs`](./src/dev_tools.rs) | Dev tools for dev builds |
Expand Down

0 comments on commit 477d39e

Please sign in to comment.