TEXT* mytext = { pos_x = 10; pos_y = 10; font = "Arial#24"; string("Test!"); flags = OUTLINE | SHOW; } function main() { vec_set(screen_color,vector(250,200,150)); text_outline = 50; ... }
► latest version online