Replaced image to support transparency
commited
commit
7f4a90dab41f14b5c16d31acea9eec097fc98b81
... | ... | @@ -1,6 +1,6 @@ |
1 | 1 | Displays the value given to the input, allowing you to see the value in a variable. |
2 | 2 | |
3 | ![Inspect](https://www.fancade.com/wiki/uploads/Screenshot_2022-09-29-19-20-44-138~2.jpeg) |
|
3 | [[/uploads/Inspect.png|width=336px,alt=Inspect]] |
|
4 | 4 | |
5 | 5 | ## Importance |
6 | 6 | This block is essential for debugging your games, as it allows you to know what value your variables have at all times. So you can see if a position is correct, or if a loop it's reaching the desired number. |