Brainstorm is now fully in ruby
This commit is contained in:
@@ -20,6 +20,11 @@ unsigned char temp_bitmap[512 * 512];
|
||||
struct sFont *font;
|
||||
static struct mShader *shader;
|
||||
|
||||
/*
|
||||
mfont = MakeFont("notosans.ttf", 300);
|
||||
text_settype(mfont);
|
||||
*/
|
||||
|
||||
void font_init(struct mShader *textshader) {
|
||||
shader = textshader;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user