I'm not sure why this is happening, but when I attempt to load a font to use later in game, the game just decides to crash.
It never gets to "after bigfont1", it just crashes. No debug information either.
By the way, I'm using an Intel Mac if that affects things at all.
Thanks,
Will
Local bigfont1:TImageFont=LoadImageFont("Data/Font.dfont",48) Print "after bigfont1" Local bigfont2:TImageFont=LoadImageFont("Data/Font.dfont",40) Print "after fonts, and before input of name"
It never gets to "after bigfont1", it just crashes. No debug information either.
By the way, I'm using an Intel Mac if that affects things at all.
Thanks,
Will