GDQuest / learn-gdscript

Learn Godot's GDScript programming language from zero, right in your browser, for free.
https://gdquest.github.io/learn-gdscript/
Other
2.1k stars 155 forks source link

Lesson 25 bug #921

Closed cabranca closed 9 months ago

cabranca commented 9 months ago

In the first exercise of Lesson 25 I've encountered a bug writing the exact same code as in the previous explanation (the temporary variable name is different but I also tried with "item_count"). I'm attaching the script and the output

25th lesson bug output 25th lesson bug

I'm currently working on Chrome, Windows 10.

cabranca commented 9 months ago

My bad, didn't see that I had to use the custom function display_item()