Skip to content

Commit

Permalink
All chapters have a screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 3, 2024
1 parent b289c00 commit d5f2c61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/chapters/add_camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

In this chapter, we add adding a camera to our test suites.

![Our 'add_camera' game](add_camera.png)

This chapter introduces:

- the Bevy `Camera2dBundle` bundle
Expand Down
2 changes: 2 additions & 0 deletions docs/chapters/add_text.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This chapter shows how to add a text to a game.

![Our 'add_text' game](add_text.png)

This chapter introduces:

- The Bevy `TextBundle`
Expand Down
2 changes: 2 additions & 0 deletions docs/chapters/move_player.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This chapter shows how to move a player.

![Our 'move_player' game](move_player.png)

The idea is to give a player a velocity,
making the player move on screen.

Expand Down

0 comments on commit d5f2c61

Please sign in to comment.