You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior?
I'm on lesson 15 about the modulo operator, reading about its use cases, playing with the widgets, etc. For the image I linked below, I was confused on what I was looking at code wise, especially since it didn't even have the modulo it was referencing. I then realized, that lines "2" and "3" were the same line, and that the modulo got cut off when the text wrapped. At least, I'm assuming that's what happened. Maybe there is some magic gdscript syntax I just don't know yet.
What is the expected behavior?
I'm assuming the code isn't supposed to wrap in the image like that
The text was updated successfully, but these errors were encountered:
Thanks for the report. and for helping triage. Indeed it's due to #99, and the problem is due to Godot 3's text wrap, it's unfortunately not something we have found a fix to.
I'm submitting a...
Bug report
What is the current behavior?
I'm on lesson 15 about the modulo operator, reading about its use cases, playing with the widgets, etc. For the image I linked below, I was confused on what I was looking at code wise, especially since it didn't even have the modulo it was referencing. I then realized, that lines "2" and "3" were the same line, and that the modulo got cut off when the text wrapped. At least, I'm assuming that's what happened. Maybe there is some magic gdscript syntax I just don't know yet.
What is the expected behavior?
I'm assuming the code isn't supposed to wrap in the image like that
The text was updated successfully, but these errors were encountered: