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.07k stars 153 forks source link

Lesson 15 "Modulo" missing the % after randi() #854

Closed avantgardian closed 1 year ago

avantgardian commented 1 year ago

Issue description: In the "Calculating a random number within a range", in the code example, we are missing the Modulo sign % after the randi() function, so the statement doesn't make sense as is.

SCR-20230906-sruh
avantgardian commented 1 year ago

Update here: after leaving to Lesson 14 and coming back to Lesson 15 the "%" appeared. My friend was also able to reproduce it on his machine once, same behaviour.

Elbod commented 1 year ago

Can confirm, it sometimes happens, not quite sure why

image