From 938238ca4bf5415534d2bdf375aa9bf7037908d8 Mon Sep 17 00:00:00 2001 From: Neerajkumar <78979288+Neerajkumarc@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:45:47 +0530 Subject: [PATCH] update intro inspect img (#785) --- doc/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intro.md b/doc/intro.md index dba29932b..3d450baa9 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -198,7 +198,7 @@ The second thing is `shake()`, which just shakes the screen, Here's a trick. Try pressing `F1` in the game. See all the blue outlines? This is inspect mode and it'll show all the bounding boxes of every game obj with `area()` component. Also try hovering over each game object to inspect its states like position and tags. -![inspect](intro/debug.png) +![inspect](intro/inspect.png) Now it's time to add more trees. How can we keep them spawning constantly?