fonts? you better believe it

This commit is contained in:
the me 2022-08-22 11:08:45 -07:00
parent 8e30d7fa7e
commit efb8c41d51
5 changed files with 247 additions and 266 deletions

View file

@ -1,3 +1,6 @@
draw_set_color(c_black);
draw_rectangle(0, 0, 640, 360, false);
draw_set_color(c_white);
draw_set_halign(fa_center);
draw_text(320, 40, "CRESCENT INCURSION");
draw_text(320, 180-40, msglang("START", "始まる"));