I'm having trouble installing the font: MS Sans Serif. Here is the code I am using:
Font.default_name = "MS Sans Serif"
Font.default_size = 11
Font.default_color = Color .new(255,255,255,255)
Can someone tell me what's wrong?
Another question, how do you make it progress in the game after you beat a boss? I can't seem to make it to where it will know if you have beaten it or not.
Font.default_name = "MS Sans Serif"
Font.default_size = 11
Font.default_color = Color .new(255,255,255,255)
Can someone tell me what's wrong?
Another question, how do you make it progress in the game after you beat a boss? I can't seem to make it to where it will know if you have beaten it or not.