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
So, when trying to print text, DONT make it over lap, don't try to print text twice, it will crash ur console, what you should do, if its a console type thing your making, implement a text system, check reproduction code for fix, Not a bug ( kinda is tho ), doesnt need to be fixed because its a simple fix, just a heads up so that people know why their games/apps are crashing.
What was Expected?
Expected
Code to Reproduce
localtext= {} --store textfunctionlove.draw(screen)
--to fix text overlapingfori, msginipairs(text) dolove.graphics.printf(msg, 10, 30+ (i*20), love.graphics.getWidth() -20)
endend-- works for any screen on 3DS other consoles not tested...
Console
Nintendo 3DS
Firmware Version(s)
Just a fix for a common error
Custom Firmware Version
Just a fix for a common error
Execution Method
Homebrew Menu
Code of Conduct
I have read the Code of Conduct and agree to these terms
The text was updated successfully, but these errors were encountered:
Software Version
current
What Happened?
So, when trying to print text, DONT make it over lap, don't try to print text twice, it will crash ur console, what you should do, if its a console type thing your making, implement a text system, check reproduction code for fix, Not a bug ( kinda is tho ), doesnt need to be fixed because its a simple fix, just a heads up so that people know why their games/apps are crashing.
What was Expected?
Expected
Code to Reproduce
Console
Nintendo 3DS
Firmware Version(s)
Just a fix for a common error
Custom Firmware Version
Just a fix for a common error
Execution Method
Homebrew Menu
Code of Conduct
The text was updated successfully, but these errors were encountered: