From 68c195de15e0115f7612a8f6feb3f150e594e28f Mon Sep 17 00:00:00 2001 From: ItsProfesssional <63961221+ItsProfessional@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:34:03 +0530 Subject: [PATCH] Fix wrong image in handbook --- handbook/vol2/chap2_5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/vol2/chap2_5.md b/handbook/vol2/chap2_5.md index ff77afb..37329e5 100644 --- a/handbook/vol2/chap2_5.md +++ b/handbook/vol2/chap2_5.md @@ -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: