Skip to content

Commit e5f551a

Browse files
committed
chore: Fix chapter numbers that weren't updated
1 parent 1b6a42d commit e5f551a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+50
-50
lines changed

.github/workflows/build.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@ jobs:
2323
run: |
2424
make -C code/chapter_0-starting_system
2525
26+
- name: Build Chapter 4
27+
run: |
28+
make -C code/chapter_4-backgrounds
29+
2630
- name: Build Chapter 5
2731
run: |
28-
make -C code/chapter_5-backgrounds
32+
make -C code/chapter_5-sprites
2933
3034
- name: Build Chapter 6
3135
run: |
32-
make -C code/chapter_6-sprites
36+
make -C code/chapter_6-game
3337
3438
- name: Build Chapter 7
3539
run: |
36-
make -C code/chapter_7-game
40+
make -C code/chapter_7-input
3741
3842
- name: Build Chapter 8
3943
run: |
40-
make -C code/chapter_8-input
41-
42-
- name: Build Chapter 9
43-
run: |
44-
make -C code/chapter_9-sounds
44+
make -C code/chapter_8-sounds
4545
4646
- name: Build All
4747
run: |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

manuscript/backgrounds.md

+14-14

manuscript/input.md

+6-6

manuscript/loading.md

+3-3

manuscript/passthrough.md

+6-6

manuscript/sound.md

+4-4

manuscript/sprites.md

+9-9

0 commit comments

Comments
 (0)