Skip to content

Commit

Permalink
Merge pull request #45 from ItsProfessional/patch-1
Browse files Browse the repository at this point in the history
Fix wrong image in handbook
  • Loading branch information
qimiko authored Aug 17, 2024
2 parents aaacf65 + 68c195d commit 8b6a844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handbook/vol2/chap2_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Now, we know that the button that shows this has an info button sprite, whose sp

Let's find `LevelInfoLayer::init` and then find where it uses the info sprite:

![Code showing a `CCSprite` being created with `GJ_infoIcon_001.png`](/assets/handbook/vol2/LevelStats.png)
![Code showing a `CCSprite` being created with `GJ_infoIcon_001.png`](/assets/handbook/vol2/infoiconuse.png)

Hm, this doesn't seem right. Let's check the unknown function call after:

Expand Down

0 comments on commit 8b6a844

Please sign in to comment.