Envision, Create, Share
Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
I did a search on this, but it was either deleted by the hack or I didn't understand it, so I'm posting this question here:
How can I fix the "stack level too deep" error when hitting F12?
It's because of this class:
class Font
alias font_fix_initialize initialize
def initialize
font_fix_initialize
self.name = "Arial" # Font
self.size = 24 # Size
end
end
It gives the error for font_fix_initialize.
Thanks! ^_^