Skip to content

Commit

Permalink
some more content reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 29, 2024
1 parent c7f8771 commit c06aa53
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 33 deletions.
12 changes: 9 additions & 3 deletions bevy-workshop/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,16 @@
- [Displaying the Level](./level/display.md)
- [✍️ Exercises](./level/exercises.md)
- [Next](./level/next.md)
- [Action Zones](./actions.md)
- [Sound effects](./sound.md)
- [Enemies](./enemies.md)
- [Action Zones](./actions/index.md)
- [Winning the Game](./actions/winning.md)
- [✍️ Exercises](./actions/exercises.md)
- [Next](./actions/next.md)
- [Sound effects](./sound/index.md)
- [Jumping](./sound/jumping.md)
- [✍️ Exercises](./sound/exercises.md)
- [Next](./sound/next.md)
- [Visual Effects](./visuals.md)
- [Enemies](./enemies.md)
- [Camera Management](./camera.md)
- [Platforms Support](./platforms.md)
- [What's Next (Game)](./next_game.md)
Expand Down
9 changes: 0 additions & 9 deletions bevy-workshop/src/actions.md

This file was deleted.

9 changes: 9 additions & 0 deletions bevy-workshop/src/actions/exercises.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Exercises

## Switches

Add a switch zone that enables something else in the level.

## PowerUps

Add an item to pick up that change how the player jumps.
1 change: 1 addition & 0 deletions bevy-workshop/src/actions/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Action Zones
1 change: 1 addition & 0 deletions bevy-workshop/src/actions/next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Next
5 changes: 5 additions & 0 deletions bevy-workshop/src/actions/winning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Winning the Game

## Add a Winning Zone to the level

## Detect When The Player Reaches It
6 changes: 0 additions & 6 deletions bevy-workshop/src/basics/exercises1.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Exercises

<div class="warning">

Your turn!

</div>

## Displaying the Ground

File `spritesheet_ground.png` has a spritesheet for the ground.
Expand Down
6 changes: 0 additions & 6 deletions bevy-workshop/src/basics/exercises2.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Exercises

<div class="warning">

Your turn!

</div>

## Jumping

You can change sprite when jumping.
Expand Down
9 changes: 0 additions & 9 deletions bevy-workshop/src/sound.md

This file was deleted.

9 changes: 9 additions & 0 deletions bevy-workshop/src/sound/exercises.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Exercises

## Other Events

Add sound for game start, winning and losing.

## Background Music

Add a background music
1 change: 1 addition & 0 deletions bevy-workshop/src/sound/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Sound effects
5 changes: 5 additions & 0 deletions bevy-workshop/src/sound/jumping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Jumping

Add a sound when jumping.

Must happen only at the start of the jump.
1 change: 1 addition & 0 deletions bevy-workshop/src/sound/next.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Next

0 comments on commit c06aa53

Please sign in to comment.